Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed82008 authored Jan 23, 2024
1 parent fa9f6d0 commit 5401009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
if: ${{ matrix.julia-version == '1.6' && matrix.os == 'ubuntu-latest' }}
if: ${{ matrix.julia-version == '1' && matrix.os == 'ubuntu-latest' }}
- uses: codecov/codecov-action@v1
if: ${{ matrix.julia-version == '1.6' && matrix.os == 'ubuntu-latest' }}
if: ${{ matrix.julia-version == '1' && matrix.os == 'ubuntu-latest' }}
with:
file: lcov.info
docs:
Expand Down

0 comments on commit 5401009

Please sign in to comment.