Skip to content

Commit

Permalink
Test 10
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-de-wit committed Dec 31, 2021
1 parent 0025e11 commit ed1cbe1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ jobs:
- name: Coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: docker-compose run --rm -e COVERALLS_REPO_TOKEN php-8.1 composer run coveralls
run: |
make coverage
docker-compose run --rm -e COVERALLS_REPO_TOKEN php-8.1 composer run coveralls

0 comments on commit ed1cbe1

Please sign in to comment.