We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eafa895 commit 870ba38Copy full SHA for 870ba38
.github/workflows/test.yml
@@ -54,7 +54,8 @@ jobs:
54
python /app/ingestion_program/ingestion.py
55
56
- name: Test scoring program
57
- run: docker run --rm -u root \
+ run: |
58
+ docker run --rm -u root \
59
-v "./scoring_program":"/app/scoring_program" \
60
-v "./dev_phase/reference_data":/app/input/ref \
61
-v "./ingestion_res":/app/input/res \
0 commit comments