Skip to content

Commit a20b93d

Browse files
committed
Update test.yml
1 parent 832dc21 commit a20b93d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
with:
1616
php-version: 8.2
1717
tools: composer:v2
18-
coverage: none
1918

2019
- name: Get Cache Directory
2120
id: composer-cache-dir
@@ -40,4 +39,4 @@ jobs:
4039
run: composer lint
4140

4241
- name: Run Tests
43-
run: composer test
42+
run: composer test:coverage

0 commit comments

Comments
 (0)