Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
michel2323 committed Apr 25, 2024
1 parent c1f8df6 commit 0e1d43b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,27 @@ on:
schedule:
- cron: '0 0 * * 0'

permissions:
actions: write
contents: read

jobs:
test-github-cpuonly:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04]
julia-version: ['1.9']
julia-version: ['1.10']
julia-arch: [x64]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.julia-version }}
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v4
with:
file: lcov.info

0 comments on commit 0e1d43b

Please sign in to comment.