Skip to content

Commit 9661d6f

Browse files
committed
more adjustments to avoid template status failure.
1 parent 807297b commit 9661d6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 --spec-path ./python
80+
bin/template_status.py -v -p ./problem-specifications --spec-path ./problem-specifications
8181
8282
- name: Check exercises
8383
run: |

bin/template_status.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from test_exercises import check_assignment
1717

1818
PROBLEM_SPEC_REPO = "https://github.com/exercism/problem-specifications.git"
19-
DEFAULT_SPEC_LOCATION = Path("/__w/python-test-runner/python-test-runner/python")
19+
DEFAULT_SPEC_LOCATION = Path(".problem-specifications")
2020
# DEFAULT_SPEC_LOCATION = Path(".problem-specifications")
2121

2222
logging.basicConfig(format="%(levelname)s:%(message)s")

0 commit comments

Comments
 (0)