File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 arch : ${{ matrix.arch }}
4646 - uses : julia-actions/cache@v3
4747 - uses : julia-actions/julia-buildpkg@v1
48+ - run : |
49+ julia --project -e '
50+ using Pkg
51+ Pkg.add([PackageSpec(; url="https://github.com/JamesWrigley/StaticArrays.jl.git", rev="compat"),
52+ PackageSpec(; url="https://github.com/JamesWrigley/FiniteDifferences.jl.git", rev="compat")])
53+ '
4854 - uses : julia-actions/julia-runtest@v1
4955 - uses : julia-actions/julia-processcoverage@v1
5056 - uses : codecov/codecov-action@v6
Original file line number Diff line number Diff line change 2828# if: ${{ matrix.version == '1.6' }}
2929 with :
3030 skip : Pkg,TOML
31+ - run : |
32+ julia --project -e '
33+ using Pkg
34+ Pkg.add([PackageSpec(; url="https://github.com/JamesWrigley/StaticArrays.jl.git", rev="compat"),
35+ PackageSpec(; url="https://github.com/JamesWrigley/FiniteDifferences.jl.git", rev="compat")])
36+ '
3137 - uses : julia-actions/julia-buildpkg@v1
3238 - uses : julia-actions/julia-runtest@v1
3339 with :
Original file line number Diff line number Diff line change @@ -29,10 +29,16 @@ jobs:
2929 version : nightly
3030 - uses : julia-actions/cache@v3
3131 - uses : julia-actions/julia-buildpkg@v1
32+ - run : |
33+ julia --project -e '
34+ using Pkg
35+ Pkg.add([PackageSpec(; url="https://github.com/JamesWrigley/StaticArrays.jl.git", rev="compat"),
36+ PackageSpec(; url="https://github.com/JamesWrigley/FiniteDifferences.jl.git", rev="compat")])
37+ '
3238 - uses : julia-actions/julia-runtest@v1
3339 - uses : julia-actions/julia-processcoverage@v1
3440 - uses : codecov/codecov-action@v6
3541 with :
3642 files : lcov.info
3743 token : ${{ secrets.CODECOV_TOKEN }}
38- fail_ci_if_error : true
44+ fail_ci_if_error : true
You can’t perform that action at this time.
0 commit comments