Skip to content

Commit 1a72baa

Browse files
committed
Docker compose up
1 parent 7875785 commit 1a72baa

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -79,19 +79,7 @@ jobs:
7979
run: |
8080
bin/template_status.py -v -p ./problem-specifications
8181
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-
82+
- name: Check exercises
83+
run: |
84+
cd python
85+
docker compose up

0 commit comments

Comments
 (0)