File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 59
59
uses : actions/dependency-review-action@v1
60
60
61
61
tests :
62
- name : UTs & FTs - PHP ${{ matrix.php-version }} / Symfony ${{ matrix.symfony-version }}
62
+ name : UTs & FTs
63
63
runs-on : ubuntu-latest
64
64
strategy :
65
65
fail-fast : true
@@ -163,10 +163,10 @@ jobs:
163
163
run : ${{ env.CODACY_BIN }} final -t ${{ secrets.CODACY_PROJECT_TOKEN }}
164
164
165
165
# Test against others impactful php versions (without coverage)
166
- tests- extra-versions :
167
- name : UTs & FTs - PHP ${{ matrix.php-version }} / Symfony ${{ matrix.symfony-version }}
166
+ extra-tests :
167
+ name : UTs & FTs
168
168
runs-on : ubuntu-latest
169
- needs : [ tests ]
169
+ needs : [ static- tests, tests, finalize-codacy-coverage-report ]
170
170
strategy :
171
171
fail-fast : true
172
172
max-parallel : 4
@@ -226,7 +226,7 @@ jobs:
226
226
# Perform tests against current php dev version and next Symfony minor version to manage
227
227
nightly-tests :
228
228
name : Nightly - PHP ${{ matrix.php-version }} / Symfony ${{ matrix.symfony-version }}
229
- needs : [ tests ]
229
+ needs : [ static- tests, tests, finalize-codacy-coverage-report ]
230
230
runs-on : ubuntu-latest
231
231
env :
232
232
COMPOSER_OPTIONS : ' --optimize-autoloader --ignore-platform-req=php+'
You can’t perform that action at this time.
0 commit comments