Skip to content

try cache ci action with compiled #133

try cache ci action with compiled

try cache ci action with compiled #133

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@604f378b5b552dfed23cd6f4ec2aa503e0bb0b07
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1