Skip to content

Commit 58064ec

Browse files
committed
Update test workflow with explicitly path to tests folder.
1 parent e81109d commit 58064ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
JUDGE0_TEST_CE_ENDPOINT: ${{ secrets.JUDGE0_TEST_CE_ENDPOINT }}
3434
JUDGE0_TEST_EXTRA_CE_ENDPOINT: ${{ secrets.JUDGE0_TEST_EXTRA_CE_ENDPOINT }}
3535
run: |
36-
pipenv run pytest -vv
36+
pipenv run pytest -vv tests/

0 commit comments

Comments
 (0)