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 14c419b commit 97f934cCopy full SHA for 97f934c
.github/workflows/ci.yml
@@ -34,5 +34,4 @@ jobs:
34
run: docker build -t classifier .
35
36
- name: Run Tests in Docker Container
37
- run: |
38
- docker run --rm -w /usr/src/app classifier make test
+ run: docker run -it --rm -v "$(pwd)"/input_raw:/usr/src/app/input_raw -v "$(pwd)"/output:/usr/src/app/output -e INPUT_DIR=input_raw classifier
0 commit comments