Skip to content

Commit

Permalink
again CI
Browse files Browse the repository at this point in the history
  • Loading branch information
araujoms committed May 20, 2024
1 parent 6daefcd commit 4b8cc1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b8cc1c

Please sign in to comment.