File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 :
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 :
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
You can’t perform that action at this time.
0 commit comments