There was an error while loading. Please reload this page.
1 parent 3edbb1b commit 1015b7aCopy full SHA for 1015b7a
1 file changed
.github/workflows/ci.yml
@@ -32,12 +32,10 @@ jobs:
32
- BINARYBUILDER_USE_SQUASHFS: false
33
steps:
34
- uses: actions/checkout@v2
35
- - uses: julia-actions/julia-buildpkg@latest
+ - uses: julia-actions/julia-buildpkg@@v1.0.0
36
# - name: Setup git user
37
# run: |
38
# git config --global user.name "Binary Builder"
39
# git config --global user.email "binary.builder@julialang.org"
40
- - uses: julia-actions/julia-runtest@latest
41
- - uses: julia-actions/julia-uploadcodecov@latest
42
- env:
43
- CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
+ - uses: julia-actions/julia-runtest@v1.0.0
+ - uses: julia-actions/julia-processcoverage@v1.1.0
0 commit comments