Skip to content

Commit ffe1483

Browse files
refactored ci
1 parent 55c212f commit ffe1483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
run: docker build -t classifier .
3535

3636
- name: Run Tests in Docker Container
37-
run: docker run --rm -w /usr/src/app classifier make -f Makefile.run test
37+
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

Comments
 (0)