Skip to content

Commit a42ac0a

Browse files
committed
Remove redundant PHPUnit step from CI
1 parent e6f59bd commit a42ac0a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ jobs:
5252
composer analyse
5353
(cd src/Component && composer validate --strict)
5454
55-
-
56-
name: Run PHPUnit tests
57-
run: vendor/bin/phpunit
58-
5955
-
6056
name: Test bundle (with all services)
6157
run: |

0 commit comments

Comments
 (0)