Skip to content

Commit

Permalink
trying to skip test file in a workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Feb 12, 2024
1 parent 5de8382 commit f37399f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
run: poetry run tox -e lint

- name: Test with pytest and generate coverage file
run: poetry run tox -e py
run: poetry run tox -e py -- --ignore=tests/test_tester.py

0 comments on commit f37399f

Please sign in to comment.