Skip to content

Commit ec0ed68

Browse files
committed
fix(ci): specify directory to use for running unit tests
since the tests-pytest workflow runs from the root level, it will also collect Playwright tests if we don't specify the directory.
1 parent 893afe8 commit ec0ed68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pytest/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -eu
33

44
# run normal pytests
5-
coverage run -m pytest
5+
coverage run -m pytest tests/pytest
66

77
# clean out old coverage results
88
rm -rf benefits/static/coverage

0 commit comments

Comments
 (0)