Skip to content

Commit 2c3b9de

Browse files
committed
Stupid shell escape stuff
1 parent fca7168 commit 2c3b9de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/regressionTests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151
run: julia --project=regression-tests/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
5252

5353
- name: "Run regression test"
54-
run: julia --project=regression-tests/. -e 'include(\"regression-tests/regressionTests.jl\"); runTests(libraries, models)'
54+
shell: bash
55+
run: julia --project=regression-tests/. -e 'include("regression-tests/regressionTests.jl"); runTests(libraries, models)'
5556

5657
- name: Archive FMUs
5758
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)