Skip to content

Commit cc93c17

Browse files
committed
Change directories into main then run tests
1 parent 9ac62ba commit cc93c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
python=${{ matrix.python-version }}
3636
3737
- name: Run tests
38-
run: python -m pytest
38+
run: "cd main && python -m pytest"
3939
shell: micromamba-shell {0}
4040

0 commit comments

Comments
 (0)