Skip to content

Commit

Permalink
Add missing env
Browse files Browse the repository at this point in the history
  • Loading branch information
ipdae committed Sep 23, 2024
1 parent 79d7a9a commit 65fd431
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unittest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
HEADLESS_JWT_SECRET: ${{ secrets.HEADLESS_JWT_SECRET }}
HEADLESS_JWT_ISS: ${{ secrets.HEADLESS_JWT_ISS }}
HEADLESS_JWT_ALGORITHM: ${{ secrets.HEADLESS_JWT_ALGORITHM }}
PLANET_ID: ${{ secrets.PLANET_ID }}
run: |
poetry run pytest --redis-exec=$(which redis-server) --cov world_boss --cov-report=xml
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 65fd431

Please sign in to comment.