File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 77
77
- name : Test template status
78
78
continue-on-error : true
79
79
run : |
80
- cd python
81
- bin/template_status.py -v -p ../problem-specifications --spec-path .
80
+ bin/template_status.py -v -p ../problem-specifications
82
81
83
82
- name : Check exercises
84
83
run : |
Original file line number Diff line number Diff line change 16
16
from test_exercises import check_assignment
17
17
18
18
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 " )
20
20
# DEFAULT_SPEC_LOCATION = Path(".problem-specifications")
21
21
22
22
logging .basicConfig (format = "%(levelname)s:%(message)s" )
You can’t perform that action at this time.
0 commit comments