Skip to content

Commit

Permalink
Cache CI
Browse files Browse the repository at this point in the history
  • Loading branch information
michel2323 committed May 2, 2024
1 parent ff266f2 commit a84a075
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
schedule:
- cron: '0 0 * * 0'

permissions:
actions: write
contents: read

jobs:
test-github-cpuonly:
env:
Expand All @@ -26,6 +30,7 @@ jobs:
- 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
- run: julia --project=docs/ docs/make.jl

0 comments on commit a84a075

Please sign in to comment.