File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 1414
1515jobs :
1616 test :
17- name : Julia nightly - x64 - runner ${{ matrix.runner }} - SquashFS ${{ matrix.squashfs }}
17+ name : Julia ${{ matrix.julia-version }} - x64 - runner ${{ matrix.runner }} - SquashFS ${{ matrix.squashfs }}
1818 timeout-minutes : 30
1919 runs-on : ubuntu-latest
2020 env :
@@ -27,20 +27,23 @@ jobs:
2727 # Add a job that uses the privileged builder with squashfs shards
2828 - runner : privileged
2929 squashfs : true
30+ julia-version : " 1.6"
3031
3132 # Add a job that uses the unprivileged builder with unpacked shards
3233 - runner : unprivileged
3334 squashfs : false
35+ julia-version : " 1.6"
3436
3537 # Add a job that uses the docker builder with unpacked shards
3638 - runner : docker
3739 squashfs : false
40+ julia-version : " 1.6"
3841
3942 steps :
4043 - uses : actions/checkout@v2
4144 - uses : julia-actions/setup-julia@v1
4245 with :
43- version : " 1.6-nightly "
46+ version : ${{ matrix.julia-version }}
4447 arch : x64
4548 - uses : julia-actions/julia-buildpkg@latest
4649 - name : System info
@@ -58,17 +61,17 @@ jobs:
5861 - uses : actions/checkout@v2
5962 - uses : julia-actions/setup-julia@latest
6063 with :
61- version : 1.6-nightly
64+ version : " 1.6"
6265 - name : Cache artifacts
6366 uses : actions/cache@v2
6467 env :
6568 cache-name : cache-artifacts
6669 with :
6770 path : ~/.julia/artifacts
68- key : ${{ runner.os }}-test -${{ env.cache-name }}-${{ hashFiles('**/docs/Project.toml') }}
71+ key : ${{ runner.os }}-docs -${{ env.cache-name }}-${{ hashFiles('**/docs/Project.toml') }}
6972 restore-keys : |
70- ${{ runner.os }}-test -${{ env.cache-name }}-
71- ${{ runner.os }}-test -
73+ ${{ runner.os }}-docs -${{ env.cache-name }}-
74+ ${{ runner.os }}-docs -
7275 ${{ runner.os }}-
7376 - uses : julia-actions/julia-docdeploy@releases/v1
7477 env :
You can’t perform that action at this time.
0 commit comments