We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f18c514 commit 6fd816dCopy full SHA for 6fd816d
1 file changed
.github/workflows/unit_tests.yml
@@ -42,6 +42,12 @@ jobs:
42
- name: Install dependencies
43
run: make install-python-ci-dependencies
44
- name: Test Python
45
+ env:
46
+ SNOWFLAKE_CI_DEPLOYMENT: ${{ secrets.SNOWFLAKE_CI_DEPLOYMENT }}
47
+ SNOWFLAKE_CI_USER: ${{ secrets.SNOWFLAKE_CI_USER }}
48
+ SNOWFLAKE_CI_PASSWORD: ${{ secrets.SNOWFLAKE_CI_PASSWORD }}
49
+ SNOWFLAKE_CI_ROLE: ${{ secrets.SNOWFLAKE_CI_ROLE }}
50
+ SNOWFLAKE_CI_WAREHOUSE: ${{ secrets.SNOWFLAKE_CI_WAREHOUSE }}
51
run: FEAST_USAGE=False pytest -n 8 --cov=./ --cov-report=xml --verbose --color=yes sdk/python/tests
52
- name: Upload coverage to Codecov
53
uses: codecov/codecov-action@v1
0 commit comments