Skip to content

Commit

Permalink
Add pyfdc_key to environ in workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson-Gon committed Nov 9, 2021
1 parent f1b72e6 commit 07d0f6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
run: python -m pip install -e .

- name: Run tests and show coverage on the command line
env:
PYFDC_KEY: ${{secrets.PYFDC_KEY}}
run: coverage run tests.py && coverage report -m && coverage xml

- name: Upload reports to codecov
Expand Down

0 comments on commit 07d0f6a

Please sign in to comment.