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 7875785 commit 1a72baaCopy full SHA for 1a72baa
.github/workflows/main.yml
@@ -79,19 +79,7 @@ jobs:
79
run: |
80
bin/template_status.py -v -p ./problem-specifications
81
82
-# - name: Switch to Python Dir
83
-# run: cd python
84
-
85
- - name: Test Exercises
86
- 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
97
+ - name: Check exercises
+ run: |
+ cd python
+ docker compose up
0 commit comments