Skip to content

Commit

Permalink
Merge pull request #104 from JuliaControl/baggepinnen-patch-1
Browse files Browse the repository at this point in the history
Fix #103
  • Loading branch information
franckgaga authored Sep 19, 2024
2 parents 58e4f1e + ba51fc9 commit 4dae85d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false

0 comments on commit 4dae85d

Please sign in to comment.