Skip to content

Commit 6d99462

Browse files
committed
More adjustments
1 parent bfd9103 commit 6d99462

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ jobs:
7777
- name: Test template status
7878
continue-on-error: true
7979
run: |
80-
cd python
81-
bin/template_status.py -v -p ../problem-specifications --spec-path .
80+
bin/template_status.py -v -p ../problem-specifications
8281
8382
- name: Check exercises
8483
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/problem-specifications")
19+
DEFAULT_SPEC_LOCATION = Path("/__w/python-test-runner/python-test-runner/python")
2020
# DEFAULT_SPEC_LOCATION = Path(".problem-specifications")
2121

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

0 commit comments

Comments
 (0)