Skip to content

Commit 4826103

Browse files
committed
Ci
1 parent 4548a5a commit 4826103

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
path: ~/.julia/artifacts
4242
key: ubuntu-test-cache-${{ hashFiles('**/Project.toml') }}
4343
- uses: julia-actions/julia-buildpkg@v1
44-
- run: julia --project=. -e "include(joinpath('test', 'sequential', 'runtests.jl'))"
44+
- run: julia --project=. -e "include(joinpath(\"test\", \"sequential\", \"runtests.jl\"))"
4545
- uses: julia-actions/julia-processcoverage@v1
4646
- uses: actions/upload-artifact@v3
4747
with:
@@ -62,7 +62,7 @@ jobs:
6262
path: ~/.julia/artifacts
6363
key: ubuntu-test-cache-${{ hashFiles('**/Project.toml') }}
6464
- uses: julia-actions/julia-buildpkg@v1
65-
- run: julia --project=. -e "include(joinpath('test', 'UtilsTests', 'runtests.jl'))"
65+
- run: julia --project=. -e "include(joinpath(\"test\", \"UtilsTests\", \"runtests.jl\"))"
6666
- uses: julia-actions/julia-processcoverage@v1
6767
- uses: actions/upload-artifact@v3
6868
with:
@@ -83,7 +83,7 @@ jobs:
8383
path: ~/.julia/artifacts
8484
key: ubuntu-mpi-test-cache-${{ hashFiles('**/Project.toml') }}
8585
- uses: julia-actions/julia-buildpkg@v1
86-
- run: julia --project=. -e "include(joinpath('test', 'mpi', 'runtests.jl'))"
86+
- run: julia --project=. -e "include(joinpath(\"test\", \"mpi\", \"runtests.jl\"))"
8787

8888
mergeCoverage:
8989
name: Merge Coverage & Upload

0 commit comments

Comments
 (0)