Skip to content

Commit b7f5c6b

Browse files
committed
Improve
1 parent 04f6923 commit b7f5c6b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
uses: actions/dependency-review-action@v1
6060

6161
tests:
62-
name: UTs & FTs - PHP ${{ matrix.php-version }} / Symfony ${{ matrix.symfony-version }}
62+
name: UTs & FTs
6363
runs-on: ubuntu-latest
6464
strategy:
6565
fail-fast: true
@@ -163,10 +163,10 @@ jobs:
163163
run: ${{ env.CODACY_BIN }} final -t ${{ secrets.CODACY_PROJECT_TOKEN }}
164164

165165
# 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
168168
runs-on: ubuntu-latest
169-
needs: [ tests ]
169+
needs: [ static-tests, tests, finalize-codacy-coverage-report ]
170170
strategy:
171171
fail-fast: true
172172
max-parallel: 4
@@ -226,7 +226,7 @@ jobs:
226226
# Perform tests against current php dev version and next Symfony minor version to manage
227227
nightly-tests:
228228
name: Nightly - PHP ${{ matrix.php-version }} / Symfony ${{ matrix.symfony-version }}
229-
needs: [ tests ]
229+
needs: [ static-tests, tests, finalize-codacy-coverage-report ]
230230
runs-on: ubuntu-latest
231231
env:
232232
COMPOSER_OPTIONS: '--optimize-autoloader --ignore-platform-req=php+'

0 commit comments

Comments
 (0)