Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
simontaurus authored May 11, 2024
1 parent 6d9b21f commit 3b9b986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
with: {name: python-distribution-files, path: dist/}
- name: Run tests
run: >-
pipx run tox - test
pipx run tox -e test
--installpkg '${{ needs.prepare.outputs.wheel-distribution }}'
-- -rFEx --durations 10 --color yes
--wiki_domain "${{ secrets.INTEGR_TEST_WIKI_DOMAIN }}"
Expand Down

0 comments on commit 3b9b986

Please sign in to comment.