Skip to content

Commit 8b9b878

Browse files
fixed ci path
1 parent e485e4d commit 8b9b878

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ 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 test
37+
run: |
38+
docker run --rm -w /usr/src/app classifier make test

0 commit comments

Comments
 (0)