Skip to content

Commit d7a2a1b

Browse files
committed
invoke coveralls with sh -c
1 parent 4b0fc4d commit d7a2a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
if: always()
2727

2828
- name: Upload coverage report to coveralls
29-
run: docker-compose run -T --rm -e COVERALLS_REPO_TOKEN=${{ secrets.COVERALLS_REPO_TOKEN }} app coveralls
29+
run: docker-compose run -T --rm -e COVERALLS_REPO_TOKEN=${{ secrets.COVERALLS_REPO_TOKEN }} app sh -c "coveralls"

0 commit comments

Comments
 (0)