From f677ccc7cd78d21c919025b23746758cf14226bf Mon Sep 17 00:00:00 2001 From: Ian Butterworth Date: Wed, 22 Nov 2023 13:25:13 -0500 Subject: [PATCH] revert debug and use new cache version --- .github/workflows/test.yml | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fa9d696..c009122 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,30 +12,18 @@ jobs: strategy: fail-fast: false matrix: - julia-version: [1] - # julia-version: ['1', '^1.10.0-rc1', 'nightly'] - os: [ubuntu-latest] - # os: [ubuntu-latest, windows-latest, macOS-latest] - arch: [x64] - # arch: [x64, x86] + julia-version: ['1', '^1.10.0-rc1', 'nightly'] + os: [ubuntu-latest, windows-latest, macOS-latest] + arch: [x64, x86] exclude: - os: macOS-latest arch: x86 steps: - - run: | - echo '${{ toJSON(matrix || '') }}' | jq -r 'to_entries | map("\(.value)") | "matstr=" + join("-")' >> $GITHUB_OUTPUT - echo 'restore-key=${matstr}' >> $GITHUB_OUTPUT - id: foo - shell: bash - - run: | - echo "${{ steps.foo.outputs.matstr }}" - echo "${{ steps.foo.outputs.restore-key }}" - shell: bash - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v1 with: version: ${{ matrix.julia-version }} - - uses: julia-actions/cache@e728574ebe1cca247c00e20b177387a41b086d6f + - uses: julia-actions/cache@6dec7a772ec00ab54b3d1c9d41ffc7c9eeb250ad - uses: julia-actions/julia-runtest@v1 with: coverage: 'false'