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 c0bca41 commit d3a6d66Copy full SHA for d3a6d66
.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' && '@.' || 'lib/${{ 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