Skip to content

Commit

Permalink
Update stress-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ntlind committed Dec 22, 2023
1 parent eed6d89 commit ac62c20
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/stress-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,6 @@ jobs:
AUTH0_ALGORITHMS: ${{ vars.AUTH0_ALGORITHMS }}
- name: sleep to give backend time to spin up
run: sleep 15
- name: test auth
run: pytest -v integration_tests/test_client_auth.py
env:
AUTH0_DOMAIN: ${{ vars.AUTH0_DOMAIN }}
AUTH0_AUDIENCE: ${{ vars.AUTH0_AUDIENCE }}
AUTH0_CLIENT_ID: ${{ vars.AUTH0_CLIENT_ID }}
AUTH0_CLIENT_SECRET: ${{ vars.AUTH0_CLIENT_SECRET }}

combine-coverage-report:
needs: [integration-stress-tests]
Expand Down

0 comments on commit ac62c20

Please sign in to comment.