Skip to content

Commit

Permalink
update depend tree for Github Action jobs
Browse files Browse the repository at this point in the history
Signed-off-by: Tonko Mulder <[email protected]>
  • Loading branch information
Treggats committed Sep 4, 2024
1 parent a0edb6c commit e95b266
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/quality-assurance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
check-style:
name: Check Styling
runs-on: ubuntu-latest
needs: validate-composer
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -39,6 +40,7 @@ jobs:
phpstan:
name: Perform Static Analysis
runs-on: ubuntu-latest
needs: validate-composer
steps:
- uses: actions/checkout@v4

Expand All @@ -57,6 +59,7 @@ jobs:
rector:
name: Run Rector
runs-on: ubuntu-latest
needs: validate-composer

steps:
- uses: actions/checkout@v4
Expand All @@ -75,6 +78,7 @@ jobs:

phpunit:
runs-on: ${{ matrix.os }}
needs: phpstan
strategy:
fail-fast: true
matrix:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/quality-control.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
rector:
name: Run Rector
runs-on: ubuntu-latest
needs: validate-composer
steps:
- uses: actions/checkout@v4

Expand All @@ -45,6 +46,7 @@ jobs:
fix-style:
name: Fix Styling
runs-on: ubuntu-latest
needs: rector
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -62,6 +64,7 @@ jobs:
phpstan:
name: Perform Static Analysis
runs-on: ubuntu-latest
needs: validate-composer
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit e95b266

Please sign in to comment.