Skip to content

Commit 343bce3

Browse files
Update heapsort-tests.yml
1 parent f84f34b commit 343bce3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/heapsort-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ jobs:
1919

2020
- name: Run tests
2121
run: |
22-
cd src/hw_pytest/
23-
python -m pytest heapsort_tests.py -v
22+
python -m pytest tests_heapsort.py -v
2423

0 commit comments

Comments
 (0)