Skip to content

Commit e485e4d

Browse files
fixed ci path
1 parent b1307e3 commit e485e4d

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 classifier make test
37+
run: docker run --rm -w /usr/src/app classifier make test

0 commit comments

Comments
 (0)