Skip to content

[CI] Move to julia-actions/cache #39

[CI] Move to julia-actions/cache

[CI] Move to julia-actions/cache #39

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1']
julia-arch: [x64, x86]
os: [ubuntu-latest, windows-latest, macOS-latest]
exclude:
- os: macOS-latest
julia-arch: x86
steps:
- uses: actions/checkout@v1.0.0
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.julia-version }}
- julia-actions/cache@v2

Check failure on line 22 in .github/workflows/RunTests.yml

View workflow run for this annotation

GitHub Actions / Run tests

Invalid workflow file

The workflow is not valid. .github/workflows/RunTests.yml (Line: 22, Col: 9): Unexpected value 'julia-actions/cache@v2'
- uses: julia-actions/julia-runtest@master