Skip to content

Commit

Permalink
ci: add env for secret
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee committed Jun 25, 2023
1 parent 918beb8 commit 6af18d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
source $VENV
pytest
- name: Test with coverage
env:
SECRET_KEY: "ThisIsABadSecret"
if: inputs.coverage
run: poetry run pytest tests --cov=niapi --cov-report=xml
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 6af18d4

Please sign in to comment.