Skip to content

Commit a429377

Browse files
update CI test setup
1 parent afea499 commit a429377

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,9 @@ jobs:
140140
env:
141141
PARAMETERS_SECRET: ${{ secrets.PARAMETERS_SECRET }}
142142
run: |
143+
mkdir -p ~/.snowflake
143144
gpg --quiet --batch --yes --decrypt --passphrase="$PARAMETERS_SECRET" \
144-
.github/workflows/parameters/public/parameters_${{ matrix.cloud-provider }}.py.gpg > test/parameters.py
145+
.github/workflows/connections/connections_${{ matrix.cloud-provider }}.toml.gpg > ~/.snowflake/connections.toml
145146
- name: Download wheel(s)
146147
uses: actions/download-artifact@v4
147148
with:

0 commit comments

Comments
 (0)