Skip to content

Commit

Permalink
Also updated the manual release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRT committed Jan 11, 2024
1 parent 28e6957 commit 80aef6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
mv ${{matrix.sys.os}}-library.tar.gz '${{github.workspace}}/'.
- name: Run the testsuite
uses: julia-actions/julia-runtest@v1
run: julia --color=yes --project -e 'import Pkg; Pkg.add(Pkg.PackageSpec(url="https://github.com/OpenModelica/Absyn.jl.git", rev="master")); Pkg.test("Absyn"); Pkg.test("OMParser")
with:
version: "1.10.0"

Expand Down

0 comments on commit 80aef6b

Please sign in to comment.