Skip to content

Commit c36a235

Browse files
authored
[TASK] Run the unit tests on CI using the Composer script (MyIntervals#1569)
1 parent c87bc5c commit c36a235

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
composer show;
9191
9292
- name: Run Tests
93-
run: ./vendor/bin/phpunit
93+
run: composer check:tests:unit
9494

9595
static-analysis:
9696
name: Static Analysis

0 commit comments

Comments
 (0)