Skip to content

Commit e6497c2

Browse files
committed
Trying compose for exercise tests.
1 parent 83bd4fb commit e6497c2

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/workflows/main.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,13 @@ jobs:
7979
run: |
8080
bin/template_status.py -v -p ./problem-specifications
8181
82-
- name: Check exercises
83-
run: |
84-
cd python
85-
../bin/test_exercises.py
82+
- name: Switch to Python Dir
83+
run: cd python
84+
85+
- name: Test Exercises
86+
uses: hoverkraft-tech/[email protected]
87+
with:
88+
compose-file: "docker-compose.yml"
89+
90+
91+

0 commit comments

Comments
 (0)