Skip to content

Commit bfd9103

Browse files
committed
Changed the way template status is invoked.
1 parent d33e549 commit bfd9103

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ jobs:
7777
- name: Test template status
7878
continue-on-error: true
7979
run: |
80-
bin/template_status.py -v -p ./problem-specifications --spec-path ./python
80+
cd python
81+
bin/template_status.py -v -p ../problem-specifications --spec-path .
8182
8283
- name: Check exercises
8384
run: |

0 commit comments

Comments
 (0)