Skip to content

Commit

Permalink
Fixing test-coverage.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pbulsink committed Nov 9, 2024
1 parent ec5ea34 commit dafcb50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
path: ${{ runner.temp }}/package

finish:
needs: test-coverage, test-coverage-hard, test-coverage-half-hard
needs: [test-coverage, test-coverage-hard, test-coverage-half-hard]
if: ${{ always() }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit dafcb50

Please sign in to comment.