Skip to content

Commit

Permalink
trying to fix token
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollman committed Apr 8, 2024
1 parent dfff43f commit dda9d24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,8 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
env:
env:
CAVE_TOKEN: ${{ secrets.CAVE_TOKEN }}
run: |
pytest integration_tests

0 comments on commit dda9d24

Please sign in to comment.