Skip to content

Commit

Permalink
Update github actions (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhz2 authored Sep 6, 2023
1 parent 5a7895d commit cd1eaaa
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,12 @@ jobs:
- os: macOS-latest
arch: x86
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: actions/cache@v1
env:
cache-name: cache-artifacts
with:
path: ~/.julia/artifacts
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
restore-keys: |
${{ runner.os }}-test-${{ env.cache-name }}-
${{ runner.os }}-test-
${{ runner.os }}-
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- uses: julia-actions/cache@v1
- name: Develop packages
run: |
julia --project=test -e '
Expand All @@ -68,6 +56,6 @@ jobs:
cd test &&
julia --project --color=yes --depwarn=yes --warn-overwrite=yes --warn-scope=yes --check-bounds=yes --code-coverage=user runtests.jl
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v3
with:
file: lcov.info

0 comments on commit cd1eaaa

Please sign in to comment.