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 e485e4d commit 8b9b878Copy full SHA for 8b9b878
.github/workflows/ci.yml
@@ -34,4 +34,5 @@ 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 test
+ run: |
38
+ docker run --rm -w /usr/src/app classifier make test
0 commit comments