We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fca7168 commit 2c3b9deCopy full SHA for 2c3b9de
.github/workflows/regressionTests.yml
@@ -51,7 +51,8 @@ jobs:
51
run: julia --project=regression-tests/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
52
53
- name: "Run regression test"
54
- run: julia --project=regression-tests/. -e 'include(\"regression-tests/regressionTests.jl\"); runTests(libraries, models)'
+ shell: bash
55
+ run: julia --project=regression-tests/. -e 'include("regression-tests/regressionTests.jl"); runTests(libraries, models)'
56
57
- name: Archive FMUs
58
uses: actions/upload-artifact@v3
0 commit comments