Skip to content

Commit 3c1731f

Browse files
committed
Trying compose for exercise tests. Second round.
1 parent e6497c2 commit 3c1731f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,11 @@ jobs:
8080
bin/template_status.py -v -p ./problem-specifications
8181
8282
- name: Switch to Python Dir
83-
run: cd python
83+
run: |
84+
cd python
85+
docker compose run test-runner
86+
8487
85-
- name: Test Exercises
86-
uses: hoverkraft-tech/[email protected]
87-
with:
88-
compose-file: "docker-compose.yml"
8988
9089
9190

0 commit comments

Comments
 (0)