File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 2222 with :
2323 fetch-depth : 0
2424
25+ - name : Install Composer packages
26+ uses : ramsey/composer-install@v3
27+
2528 - name : Run tests
2629 run : phpunit --coverage-clover clover.xml tests
2730
4952 with :
5053 fetch-depth : 0
5154
55+ - name : Install Composer packages
56+ uses : ramsey/composer-install@v3
57+
5258 - name : Run tests
5359 run : phpunit --coverage-clover clover.xml tests
5460
7682 with :
7783 fetch-depth : 0
7884
85+ - name : Install Composer packages
86+ uses : ramsey/composer-install@v3
87+
7988 - name : Run tests
8089 run : phpunit --coverage-clover clover.xml tests
8190
@@ -103,6 +112,9 @@ jobs:
103112 with :
104113 fetch-depth : 0
105114
115+ - name : Install Composer packages
116+ uses : ramsey/composer-install@v3
117+
106118 - name : Run tests
107119 run : phpunit --coverage-clover clover.xml tests
108120
You can’t perform that action at this time.
0 commit comments