Skip to content

Remove old diagnostics and ClimaAnalysis #1

Remove old diagnostics and ClimaAnalysis

Remove old diagnostics and ClimaAnalysis #1

Workflow file for this run

name: ClimaAnalysis CI
on:
pull_request:
jobs:
lib-climaanalysis:
runs-on: ubuntu-20.04
matrix:

Check failure on line 8 in .github/workflows/ClimaAnalysis.yml

View workflow run for this annotation

GitHub Actions / ClimaAnalysis CI

Invalid workflow file

The workflow is not valid. .github/workflows/ClimaAnalysis.yml (Line: 8, Col: 5): Unexpected value 'matrix'
version:
- '1.9'
- '1.10-rc1'
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.version }}
- uses: actions/cache@v1
env:
cache-name: cache-artifacts
with:
path: ~/.julia/artifacts
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
restore-keys: |
${{ runner.os }}-test-${{ env.cache-name }}-
${{ runner.os }}-test-
${{ runner.os }}-
- name: Run the tests
continue-on-error: true
run: julia --project=lib/ClimaAnalysis/test lib/ClimaAnalysis/test/runtests.jl