Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rela589n committed Nov 18, 2023
1 parent b6795f3 commit 479d554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Expand Up @@ -48,7 +48,7 @@ jobs:
static-analysis:
needs: composer-validate
runs-on: ubuntu-latest
name: ${{ matrix.actions.name }}
name: ${{ matrix.actions.name }} (${{ matrix.php }}, ${{ matrix.dependencies }})
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
run: vendor/bin/phpunit --testdox --colors=always --configuration=phpunit.xml.dist

code-coverage:
needs: test
needs: [ test, static-analysis ]
name: PHPUnit Coverage
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 479d554

Please sign in to comment.