Skip to content

Commit

Permalink
Fix YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva authored Apr 28, 2022
1 parent 5f2620c commit 730d775
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
output-coverage:
runs-on: ubuntu-latest

steps:
runs-on: ubuntu-latest

steps:
- uses: shivammathur/setup-php@15c43e89cdef867065b0213be354c2841860869e
Expand All @@ -33,8 +31,11 @@ jobs:


update-coverage-badge:
needs: output-coverage # If the previous job fails due to a test failure we don't need to try again

runs-on: ubuntu-latest
needs: output-coverage # If the previous job fails due to a test failure we don't need to try again

steps:
- uses: shivammathur/setup-php@15c43e89cdef867065b0213be354c2841860869e
with:
php-version: '8.0'
Expand Down

0 comments on commit 730d775

Please sign in to comment.