Skip to content

Commit 79dc957

Browse files
committed
chore: fixes composer command
1 parent 727f3d8 commit 79dc957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
run: composer install --prefer-dist --no-progress
3737

3838
- name: Run unit tests
39-
run: composer test:unit
39+
run: composer phpunit

0 commit comments

Comments
 (0)