Skip to content

Commit e79b26c

Browse files
committed
chore: fixes tests
1 parent 7afb380 commit e79b26c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
run: composer update --${{ matrix.dependency-version }} --no-interaction --no-progress --ansi
3737

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

0 commit comments

Comments
 (0)