Skip to content

Commit

Permalink
#14: Returned Docker x7.
Browse files Browse the repository at this point in the history
  • Loading branch information
ulin-evgeny committed May 31, 2024
1 parent 476abd3 commit 47b4116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-with-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
- name: Upload coverage results to Coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: docker-compose run -e COVERALLS_REPO_TOKEN=${{ secrets.GITHUB_TOKEN }} nginx git config --global --add safe.directory /app && php vendor/bin/php-coveralls --coverage_clover=build/logs/clover.xml -v
run: docker-compose run -e COVERALLS_REPO_TOKEN=${{ secrets.GITHUB_TOKEN }} nginx chmod 777 /app && git config --global --add safe.directory /app && php vendor/bin/php-coveralls --coverage_clover=build/logs/clover.xml --json_path=. -v

0 comments on commit 47b4116

Please sign in to comment.