Skip to content

Commit 6fd816d

Browse files
added creds for snowflake for unit test (feast-dev#2288)
Signed-off-by: sfc-gh-madkins <miles.adkins@snowflake.com>
1 parent f18c514 commit 6fd816d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/unit_tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ jobs:
4242
- name: Install dependencies
4343
run: make install-python-ci-dependencies
4444
- 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 }}
4551
run: FEAST_USAGE=False pytest -n 8 --cov=./ --cov-report=xml --verbose --color=yes sdk/python/tests
4652
- name: Upload coverage to Codecov
4753
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)