Skip to content

Commit 982a763

Browse files
srmnqSaraGfroerer
andauthored
Fix Typo in Workflow file (#31)
* Fix typo Co-authored-by: Sara Gfrörer <[email protected]>
1 parent ba32c71 commit 982a763

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
- name: Install dependencies
2525
run: composer install --prefer-dist --no-progress
2626

27-
- name: Run test suite
28-
run: composer test
27+
- name: Run tests suite
28+
run: composer tests
2929

3030
- name: Run phpstan
3131
run: composer analyze

0 commit comments

Comments
 (0)