Skip to content

Commit 7875785

Browse files
committed
Trying compose for exercise tests. Round three.
1 parent 3c1731f commit 7875785

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.github/workflows/main.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,18 @@ jobs:
7979
run: |
8080
bin/template_status.py -v -p ./problem-specifications
8181
82-
- name: Switch to Python Dir
83-
run: |
84-
cd python
85-
docker compose run test-runner
82+
# - name: Switch to Python Dir
83+
# run: cd python
8684

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+
8794
8895
8996

0 commit comments

Comments
 (0)