Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ivanov committed Mar 6, 2024
1 parent 305cd4c commit 5b86be4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
command: composer update --prefer-dist --${{ matrix.stability }} --no-interaction --no-progress --ansi

- name: Run tests
run: vendor/bin/phpunit --verbose --colors=always --coverage-clover ./build/logs/clover.xml
run: vendor/bin/phpunit --colors=always --coverage-clover ./build/logs/clover.xml

- name: Code coverage
uses: codecov/codecov-action@v1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Laravel-specific Testing Helpers and Assertions.

| Laravel | Testing Tools |
|---------|--------------------------------------------------------------------------|
| 11.x | [Support](https://buymeacoffee.com/dmitry.ivanov) |
| 11.x | _[Support](https://buymeacoffee.com/dmitry.ivanov)_ |
| 10.x | [10.x](https://github.com/dmitry-ivanov/laravel-testing-tools/tree/10.x) |
| 9.x | [9.x](https://github.com/dmitry-ivanov/laravel-testing-tools/tree/9.x) |
| 8.x | [8.x](https://github.com/dmitry-ivanov/laravel-testing-tools/tree/8.x) |
Expand Down

0 comments on commit 5b86be4

Please sign in to comment.