Skip to content

Commit 97f934c

Browse files
refactored ci
1 parent 14c419b commit 97f934c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

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

3636
- name: Run Tests in Docker Container
37-
run: |
38-
docker run --rm -w /usr/src/app classifier make 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)