Skip to content

Commit 2916b1b

Browse files
committed
Refactor test execution command
1 parent 295922f commit 2916b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
- name: Execute tests
4141
run: |
4242
npm install
43-
vendor/bin/pest
43+
vendor/bin/phpunit

0 commit comments

Comments
 (0)