We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7afb380 commit e79b26cCopy full SHA for e79b26c
.github/workflows/tests.yml
@@ -36,4 +36,4 @@ jobs:
36
run: composer update --${{ matrix.dependency-version }} --no-interaction --no-progress --ansi
37
38
- name: Unit Tests
39
- run: pest --colors=always || pest --colors=always
+ run: composer test:unit || composer test:unit
0 commit comments