Skip to content

Commit

Permalink
Typo on .phpunit-cache fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre-T committed Jul 24, 2024
1 parent 9266f24 commit 0824e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php-oldest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.COVERALLS_REPO_TOKEN }}
file: ${{github.workspace}}/.phpunit.cache/clover.xml
file: ${{github.workspace}}/.phpunit-cache/clover.xml

## Quality checks
## PHP-CS-Fixer is needed with only one version of PHP
Expand Down

0 comments on commit 0824e95

Please sign in to comment.