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 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 : |
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/problem-specifications " )
19+ DEFAULT_SPEC_LOCATION = Path ("/__w/python-test-runner/python-test-runner/python " )
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