We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a6d66 commit d453f4eCopy full SHA for d453f4e
.github/workflows/CI.yml
@@ -29,10 +29,10 @@ jobs:
29
- uses: julia-actions/cache@v1
30
- uses: julia-actions/julia-buildpkg@v1
31
with:
32
- project: "${{ matrix.pkg == 'DiffEqProblemLibrary' && '@.' || 'lib/${{ matrix.pkg }}' }}"
+ project: "${{ matrix.pkg == 'DiffEqProblemLibrary' && '@.' || format('{{lib/{0}}}', matrix.pkg) }}"
33
- uses: julia-actions/julia-runtest@v1
34
35
36
- uses: julia-actions/julia-processcoverage@v1
37
- uses: codecov/codecov-action@v3
38
0 commit comments