File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 1616from test_exercises import check_assignment
1717
1818PROBLEM_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
2222logging .basicConfig (format = "%(levelname)s:%(message)s" )
You can’t perform that action at this time.
0 commit comments