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 55c212f commit ffe1483Copy full SHA for ffe1483
.github/workflows/ci.yml
@@ -34,4 +34,4 @@ jobs:
34
run: docker build -t classifier .
35
36
- name: Run Tests in Docker Container
37
- run: docker run --rm -w /usr/src/app classifier make -f Makefile.run 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