Skip to content

Commit 2b8454d

Browse files
author
Given Ncube
committed
fix: change run command to use php unit
1 parent 93ab991 commit 2b8454d

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
@@ -45,4 +45,4 @@ jobs:
4545
touch database/database.sqlite
4646
4747
- name: Execute tests
48-
run: vendor/bin/pest
48+
run: vendor/bin/phpunit --process-isolation --testdox

0 commit comments

Comments
 (0)