Skip to content

Commit

Permalink
FIX: now use correct functional testing disable
Browse files Browse the repository at this point in the history
  • Loading branch information
wiemanboy committed Oct 12, 2024
1 parent be1fb6e commit e7e8388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Run tests
run: mvn test
env:
FUNCTIONAL_TEST: false
FUNCTIONAL_TESTING: false
AUTH0_CLIENT_ID: ${{ secrets.AUTH0_CLIENT_ID }}
AUTH0_CLIENT_SECRET: ${{ secrets.AUTH0_CLIENT_SECRET }}
"okta.oauth2.issuer": https://${{ secrets.OKTA_OAUTH2_ISSUER }}/
Expand Down

0 comments on commit e7e8388

Please sign in to comment.