Skip to content

Commit

Permalink
workflows/php-qa.yml // execute all steps in parallel.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrico committed Sep 18, 2023
1 parent 67bd9ec commit a4062b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/php-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ jobs:
PHP_MATRIX: >-
["8.0", "8.1", "8.2"]
coding-standards-analysis-php:
needs: lint-php
uses: inpsyde/reusable-workflows/.github/workflows/coding-standards-php.yml@main
with:
PHPCS_ARGS: '--report=summary'
tests-unit-php:
needs: [ coding-standards-analysis-php ]
uses: inpsyde/reusable-workflows/.github/workflows/tests-unit-php.yml@main
with:
PHP_MATRIX: >-
Expand Down

0 comments on commit a4062b0

Please sign in to comment.