Skip to content

Commit

Permalink
github action with uses steps
Browse files Browse the repository at this point in the history
  • Loading branch information
PaoloSarti committed Sep 17, 2023
1 parent 5ea4016 commit d0d29e1
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
uses: julia-actions/setup-julia@latest
with:
version: 1.9 # Use the desired Julia version

- name: Install Julia Dependencies
run: julia -e 'import Pkg; Pkg.instantiate()'

- name: Run Tests
run: julia -e 'import Pkg; Pkg.test()'
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1

0 comments on commit d0d29e1

Please sign in to comment.