File tree Expand file tree Collapse file tree 1 file changed +5
-22
lines changed
Expand file tree Collapse file tree 1 file changed +5
-22
lines changed Original file line number Diff line number Diff line change 11name : Unit test
22
33on :
4- create :
5- tags :
64 push :
5+ tags :
6+ - ' v*'
77 branches :
88 - master
99 paths-ignore :
3030 # https://github.com/actions/toolkit/issues/399
3131 fail-fast : false
3232 matrix :
33- julia-version : ['1.0 ', 'lts', '1', 'pre']
33+ julia-version : ['min ', 'lts', '1', 'pre']
3434 os : [ubuntu-latest, windows-latest, macOS-latest]
35- julia-arch : [x64]
3635 # only test one 32-bit job
3736 include :
3837 - os : ubuntu-latest
@@ -41,26 +40,10 @@ jobs:
4140
4241 steps :
4342 - uses : actions/checkout@v6
44- - name : " Set up Julia"
45- uses : julia-actions/setup-julia@v2.2
46- with :
47- version : ${{ matrix.julia-version }}
48- arch : ${{ matrix.julia-arch }}
49-
50- - name : Cache artifacts
51- uses : actions/cache@v4
52- env :
53- cache-name : cache-artifacts
54- with :
55- path : ~/.julia/artifacts
56- key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
57- restore-keys : |
58- ${{ runner.os }}-test-${{ env.cache-name }}-
59- ${{ runner.os }}-test-
60- ${{ runner.os }}-
43+ - uses : julia-actions/setup-julia@v2
44+ - uses : julia-actions/cache@v2
6145 - name : " Unit Test"
6246 uses : julia-actions/julia-runtest@v1
63-
6447 - uses : julia-actions/julia-processcoverage@v1
6548 - uses : codecov/codecov-action@v5
6649 with :
You can’t perform that action at this time.
0 commit comments