Skip to content

Commit

Permalink
use project option and latest actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro3 committed Oct 22, 2024
1 parent ce07156 commit 3c170b6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ jobs:
os: [ubuntu-latest]

steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
- uses: actions/checkout@latest
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.julia-version }}
arch: ${{ matrix.julia-arch }}
- uses: julia-actions/cache@v1
- uses: julia-actions/cache@latest
- uses: julia-actions/julia-buildpkg@latest
- run: julia --color=yes -e 'cd("subfolder");
import Pkg; Pkg.activate("."); Pkg.test()'
- uses: julia-actions/julia-runtest@latest
with:
project: "subfolder"

0 comments on commit 3c170b6

Please sign in to comment.