Skip to content

Commit 078a407

Browse files
committed
Fixed prob-spec path in yml file.
1 parent 6d99462 commit 078a407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Test template status
7878
continue-on-error: true
7979
run: |
80-
bin/template_status.py -v -p ../problem-specifications
80+
bin/template_status.py -v -p ./problem-specifications
8181
8282
- name: Check exercises
8383
run: |

0 commit comments

Comments
 (0)