File tree Expand file tree Collapse file tree 4 files changed +13
-36
lines changed
Expand file tree Collapse file tree 4 files changed +13
-36
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1212 - uses : JuliaRegistries/TagBot@v1
1313 with :
1414 token : ${{ secrets.GITHUB_TOKEN }}
15- ssh : ${{ secrets.DOCUMENTER_KEY }}
Original file line number Diff line number Diff line change 11name : CI
22on :
3- - push
4- - pull_request
3+ push :
4+ branches : [master]
5+ pull_request :
6+ types : [opened, synchronize, reopened]
7+ # needed to allow julia-actions/cache to delete old caches that it has created
8+ permissions :
9+ actions : write
10+ contents : read
511jobs :
612 test :
713 name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
1016 fail-fast : false
1117 matrix :
1218 include :
13- - version : ' nightly'
14- os : ubuntu-latest
15- arch : x64
1619 - version : ' 1'
1720 os : ubuntu-latest
1821 arch : x64
@@ -26,24 +29,15 @@ jobs:
2629 os : windows-latest
2730 arch : x64
2831 steps :
29- - uses : actions/checkout@v2
30- - uses : julia-actions/setup-julia@v1
32+ - uses : actions/checkout@v4
33+ - uses : julia-actions/setup-julia@v2
3134 with :
3235 version : ${{ matrix.version }}
3336 arch : ${{ matrix.arch }}
34- - uses : actions/cache@v1
35- env :
36- cache-name : cache-artifacts
37- with :
38- path : ~/.julia/artifacts
39- key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
40- restore-keys : |
41- ${{ runner.os }}-test-${{ env.cache-name }}-
42- ${{ runner.os }}-test-
43- ${{ runner.os }}-
37+ - uses : julia-actions/cache@v2
4438 - uses : julia-actions/julia-buildpkg@v1
4539 - uses : julia-actions/julia-runtest@v1
4640 - uses : julia-actions/julia-processcoverage@v1
47- - uses : codecov/codecov-action@v1
41+ - uses : codecov/codecov-action@v4
4842 with :
4943 file : lcov.info
Original file line number Diff line number Diff line change 1313 - uses : julia-actions/setup-julia@latest
1414 with :
1515 version : ' 1'
16- - uses : actions/checkout@v1
16+ - uses : actions/checkout@v4
1717 - name : Format check
1818 shell : julia --color=yes {0}
1919 run : |
You can’t perform that action at this time.
0 commit comments