Skip to content

Commit

Permalink
AUT-2461: updating tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleJono committed Nov 28, 2024
1 parent 331bebc commit 10a8864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
env:
AUTHSIGNAL_API_URL: ${{ secrets.AUTHSIGNAL_API_URL }}
AUTHSIGNAL_API_SECRET: ${{ secrets.AUTHSIGNAL_API_SECRET }}
run: poetry run python authsignal/client_tests.py
run: poetry run python -m authsignal.client_tests

- name: Build a binary wheel and a source tarball
run: python3 -m build
Expand Down

0 comments on commit 10a8864

Please sign in to comment.