Skip to content

Commit

Permalink
chore: fixes tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Sep 8, 2024
1 parent 7afb380 commit e79b26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
run: composer update --${{ matrix.dependency-version }} --no-interaction --no-progress --ansi

- name: Unit Tests
run: pest --colors=always || pest --colors=always
run: composer test:unit || composer test:unit

0 comments on commit e79b26c

Please sign in to comment.