We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af9125 commit daf998dCopy full SHA for daf998d
.github/workflows/run-tests.yml
@@ -39,6 +39,10 @@ jobs:
39
python -m pip install coveralls coverage-lcov toml
40
- name: Execute tests with tox
41
env:
42
+ AUTH0_USERNAME: ${{ secrets.AUTH0_USERNAME }}
43
+ AUTH0_PASSWORD: ${{ secrets.AUTH0_PASSWORD }}
44
+ AUTH0_PKCE_CLIENT_ID: ${{ secrets.AUTH0_PKCE_CLIENT_ID }}
45
+ AUTH0_DOMAIN: ${{ secrets.AUTH0_DOMAIN }}
46
TOXENV: ${{ matrix.tox-env }}
47
run: |
48
tox
0 commit comments