Skip to content

Commit 1a642bc

Browse files
authored
.
1 parent 97b0c41 commit 1a642bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353

5454
- name: Run the unit tests
5555
run: |
56-
vendor/bin/phpunit
56+
vendor/bin/phpunit tests/
57+
5758
services:
5859
redis:
5960
image: redis:7.4

0 commit comments

Comments
 (0)