Skip to content

Commit 52f2f43

Browse files
committed
run script direct with test runner ref.
1 parent 1a72baa commit 52f2f43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,5 @@ jobs:
8282
- name: Check exercises
8383
run: |
8484
cd python
85-
docker compose up
85+
../bin/test_exercises.py --runner exercism/python-test-runner
86+

0 commit comments

Comments
 (0)