Skip to content

Commit

Permalink
Merge pull request #53 from planetarium/improve/issue-52
Browse files Browse the repository at this point in the history
jwt auth
  • Loading branch information
ipdae authored Mar 8, 2024
2 parents 08284e4 + 4f95690 commit 5580143
Show file tree
Hide file tree
Showing 6 changed files with 212 additions and 48 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unittest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
GRAPHQL_PASSWORD: ${{ secrets.GRAPHQL_PASSWORD }}
HEADLESS_URL: ${{ secrets.HEADLESS_URL }}
DATA_PROVIDER_URL: ${{ secrets.DATA_PROVIDER_URL }}
HEADLESS_JWT_SECRET: ${{ secrets.HEADLESS_JWT_SECRET }}
HEADLESS_JWT_ISS: ${{ secrets.HEADLESS_JWT_ISS }}
HEADLESS_JWT_ALGORITHM: ${{ secrets.HEADLESS_JWT_ALGORITHM }}
run: |
poetry run pytest --redis-exec=$(which redis-server) --cov world_boss --cov-report=xml
- name: Upload coverage to Codecov
Expand Down
Loading

0 comments on commit 5580143

Please sign in to comment.