Skip to content

Commit

Permalink
ci: use pytest instead of tox
Browse files Browse the repository at this point in the history
  • Loading branch information
abn committed Feb 22, 2024
1 parent caa708b commit 34c3873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ jobs:
- name: Execute test suite
shell: bash
run: |
tox -e py -- \
pytest \
--server-world-db="http://127.0.0.1:${{ job.services.hasura.ports[8080] }}/v1/graphql" \
--server-apollo-v2="http://127.0.0.1:4000/graphql"

0 comments on commit 34c3873

Please sign in to comment.