Skip to content

Commit

Permalink
fix(ci): specify directory to use for running unit tests
Browse files Browse the repository at this point in the history
since the tests-pytest workflow runs from the root level, it will also
collect Playwright tests if we don't specify the directory.
  • Loading branch information
angela-tran committed Dec 2, 2024
1 parent 893afe8 commit ec0ed68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pytest/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -eu

# run normal pytests
coverage run -m pytest
coverage run -m pytest tests/pytest

# clean out old coverage results
rm -rf benefits/static/coverage
Expand Down

0 comments on commit ec0ed68

Please sign in to comment.