We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 843843d commit 0932d18Copy full SHA for 0932d18
.github/workflows/test.yml
@@ -27,4 +27,4 @@ jobs:
27
pipenv install -d
28
- name: Test with pytest
29
run: |
30
- pipenv run pytest
+ SCUTTLE_API_KEY=${{ secrets.SCUTTLE_API_KEY }} pipenv run pytest
0 commit comments