Skip to content

Commit

Permalink
updating python tests to use secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
aronchick committed May 31, 2020
1 parent 81081b6 commit d4d30a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:

- name: Lint
id: python_linting
env:
INPUT_METASTORE_CREDENTIALS: '${{ secrets.METASTORE_CREDENTIALS }}'
run: |
python3 -m pip install -U pip
python3 -m pip install -r requirements.txt
Expand All @@ -31,6 +33,8 @@ jobs:
- name: Test
id: python_test
env:
INPUT_METASTORE_CREDENTIALS: '${{ secrets.METASTORE_CREDENTIALS }}'
run: |
python3 -m unittest tests/test*
python3 -m unittest integration/test*

0 comments on commit d4d30a9

Please sign in to comment.