Skip to content

Commit

Permalink
undo CI
Browse files Browse the repository at this point in the history
  • Loading branch information
walra356 committed Sep 2, 2024
1 parent 37c6574 commit 3ae5f95
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
arch:
- x64
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
Expand All @@ -33,7 +33,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@v3
with:
file: lcov.info

Expand All @@ -46,15 +46,9 @@ jobs:
format:
- html

steps:
- uses: actions/checkout@main
- uses: codecov/codecov-action@v4
with:
#fail_ci_if_error: true # optional (default = false)
token: ${{ secrets.CODECOV_TOKEN }} # required
verbose: true # optional (default = false)
#- uses: actions/checkout@v4
# name: Check out repository
steps:
- uses: actions/checkout@v4
name: Check out repository
- uses: actions/setup-node@v3
name: Set up Node.js
with:
Expand Down

0 comments on commit 3ae5f95

Please sign in to comment.