File tree Expand file tree Collapse file tree 1 file changed +12
-19
lines changed Expand file tree Collapse file tree 1 file changed +12
-19
lines changed Original file line number Diff line number Diff line change 1010 - master
1111 paths-ignore :
1212 - ' docs/**'
13- schedule :
14- - cron : ' 25 15 * * 4'
1513jobs :
1614 test :
17- runs-on : ${{ matrix.os }}
18- env :
19- GROUP : ${{ matrix.group }}
15+ runs-on : ubuntu-latest
2016 strategy :
21- fail-fast : false
2217 matrix :
2318 group :
24- - Core
25- version :
26- - ' 1'
27- os :
28- - ubuntu-latest
29- - macos-latest
30- - windows-latest
19+ - NNPDE1
20+ downgrade_mode : ['alldeps']
21+ julia-version : ['1.10']
3122 steps :
3223 - uses : actions/checkout@v4
3324 - uses : julia-actions/setup-julia@v2
3425 with :
35- version : ${{ matrix.version }}
36- - uses : cjdoris/julia-downgrade-compat-action@v1
26+ version : ${{ matrix.julia-version }}
27+ - uses : julia-actions/julia-downgrade-compat@v2
28+ # if: ${{ matrix.version == '1.6' }}
3729 with :
3830 skip : Pkg,TOML
39- - uses : julia-actions/cache@v2
40- with :
41- token : ${{ secrets.GITHUB_TOKEN }}
4231 - uses : julia-actions/julia-buildpkg@v1
43- - uses : julia-actions/julia-runtest@v1
32+ - uses : julia-actions/julia-runtest@v1
33+ with :
34+ ALLOW_RERESOLVE : false
35+ env :
36+ GROUP : ${{ matrix.group }}
You can’t perform that action at this time.
0 commit comments