Skip to content

Commit 24903b9

Browse files
ci: add snowflake credentials to test environment
Co-Authored-By: Aaron <AJ> Steers <aj@airbyte.io>
1 parent ed1766d commit 24903b9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/python_pytest.yml

+6
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,12 @@ jobs:
174174
timeout-minutes: 60
175175
env:
176176
GCP_GSM_CREDENTIALS: ${{ secrets.GCP_GSM_CREDENTIALS }}
177+
SNOWFLAKE_ACCOUNT: ${{ secrets.SNOWFLAKE_ACCOUNT }}
178+
SNOWFLAKE_USER: ${{ secrets.SNOWFLAKE_USER }}
179+
SNOWFLAKE_PASSWORD: ${{ secrets.SNOWFLAKE_PASSWORD }}
180+
SNOWFLAKE_WAREHOUSE: ${{ secrets.SNOWFLAKE_WAREHOUSE }}
181+
SNOWFLAKE_DATABASE: ${{ secrets.SNOWFLAKE_DATABASE }}
182+
SNOWFLAKE_ROLE: ${{ secrets.SNOWFLAKE_ROLE }}
177183
run: >
178184
poetry run coverage run -m pytest
179185
--verbose

0 commit comments

Comments
 (0)