Skip to content

Commit

Permalink
Fix typo in build.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <[email protected]>
  • Loading branch information
lebrice committed May 30, 2024
1 parent 1dde038 commit 5d94db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:

# https://about.codecov.io/blog/uploading-code-coverage-in-a-separate-job-on-github-actions/
upload-coverage-codecov:
needs: [real-slurm-integration-tests]
needs: [integration_tests]
runs-on: ubuntu-latest
name: Upload coverage reports to Codecov
steps:
Expand Down

0 comments on commit 5d94db8

Please sign in to comment.