Skip to content

try cache ci action with compiled #127

try cache ci action with compiled

try cache ci action with compiled #127

Workflow file for this run

name: Run tests
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: julia-actions/install-julia-from-url@main
with:
url: https://buildkite.com/organizations/julialang/pipelines/julia-master/builds/26154/jobs/01898aac-7fcd-4935-9c5b-dc3f03379e4e/artifacts/01898ab6-25aa-4aa1-8fd6-eab04e0ad354
- uses: julia-actions/cache@v1
with:
cache-name: 8955a1f315d
cache-compiled: true
cache-registries: true
# - run: ls ~/.julia/
# - run: ls ~/.julia/compiled/
- uses: julia-actions/julia-runtest@v1
env:
JULIA_DEBUG: loading
- uses: julia-actions/julia-processcoverage@v1