Skip to content

Commit 870ba38

Browse files
committed
FIX workflow
1 parent eafa895 commit 870ba38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ jobs:
5454
python /app/ingestion_program/ingestion.py
5555
5656
- name: Test scoring program
57-
run: docker run --rm -u root \
57+
run: |
58+
docker run --rm -u root \
5859
-v "./scoring_program":"/app/scoring_program" \
5960
-v "./dev_phase/reference_data":/app/input/ref \
6061
-v "./ingestion_res":/app/input/res \

0 commit comments

Comments
 (0)