We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c1731f commit 7875785Copy full SHA for 7875785
.github/workflows/main.yml
@@ -79,11 +79,18 @@ jobs:
79
run: |
80
bin/template_status.py -v -p ./problem-specifications
81
82
- - name: Switch to Python Dir
83
- run: |
84
- cd python
85
- docker compose run test-runner
+# - name: Switch to Python Dir
+# run: cd python
86
+ - name: Test Exercises
+ uses: hoverkraft-tech/[email protected]
87
+ with:
88
+ cwd: ./python
89
+ compose-file: ./docker-compose.yml
90
+ services: |
91
+ test-runner:
92
+ image: exercism/python-test-runner
93
+
94
95
96
0 commit comments