Skip to content

Commit

Permalink
add depot caching to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth authored Nov 28, 2023
1 parent e2d0c05 commit 0acc17e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:

jobs:
test:
# needed to allow julia-actions/cache to delete old caches that it has created
permissions:
actions: write
contents: read
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand All @@ -25,6 +29,7 @@ jobs:
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.julia-version }}
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 0acc17e

Please sign in to comment.