Skip to content

Commit

Permalink
#14: Returned Docker x4.
Browse files Browse the repository at this point in the history
  • Loading branch information
ulin-evgeny committed May 31, 2024
1 parent 3e9bb5b commit 6f6da47
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/run-tests-with-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ jobs:
- name: Check clover.xml content
run: docker-compose exec -T nginx cat build/logs/clover.xml

- name: add safe
run: docker-compose exec -T nginx git config --global --add safe.directory /app

- name: Upload coverage results to Coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: \
docker-compose exec nginx git config --global --add safe.directory /app
docker-compose exec -T -e COVERALLS_REPO_TOKEN=${{ secrets.COVERALLS_REPO_TOKEN }} nginx php vendor/bin/coveralls.php --service=github --coverage_clover=build/logs/clover.xml -v
run: docker-compose exec -T nginx php vendor/bin/coveralls.php --service=github --coverage_clover=build/logs/clover.xml -v

0 comments on commit 6f6da47

Please sign in to comment.