From 4b8cc1c8efa8520ba12ba8713bac1aa0420bf9f2 Mon Sep 17 00:00:00 2001 From: araujoms Date: Mon, 20 May 2024 20:15:42 +0200 Subject: [PATCH] again CI --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a174ba..df44e86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,16 +7,16 @@ on: pull_request: jobs: test: - name: Julia ${{ matrix.version }} - ${{ github.event_name }} + name: Julia ${{ matrix.julia-version }} - ${{ github.event_name }} runs-on: ubuntu-latest strategy: matrix: - version: '1' + julia-version: '1' steps: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@latest with: - version: ${{ matrix.version }} + version: ${{ matrix.julia-version }} - uses: julia-actions/cache@v2 - uses: julia-actions/julia-buildpkg@latest - uses: julia-actions/julia-runtest@latest