Skip to content

Commit

Permalink
CI: move if
Browse files Browse the repository at this point in the history
  • Loading branch information
m110 committed Oct 21, 2024
1 parent 6ea98f4 commit 731cafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
if: ${{ inputs.stress-tests }}
codecov:
runs-on: ubuntu-latest
if: ${{ inputs.codecov }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
Expand All @@ -61,7 +62,6 @@ jobs:
- run: make wait
- run: make test_codecov
- uses: codecov/codecov-action@v4
if: ${{ inputs.codecov }}
with:
fail_ci_if_error: true
files: ./coverage.out
Expand Down

0 comments on commit 731cafe

Please sign in to comment.