ci: gha export with mode=max
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
parent
541d3775c3
commit
cb5634329c
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
@ -102,8 +102,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Integration test
|
- name: Integration test
|
||||||
env:
|
env:
|
||||||
DAGGER_CACHE_TO: "type=gha,scope=integration"
|
DAGGER_CACHE_TO: "type=gha,mode=max,scope=integration"
|
||||||
DAGGER_CACHE_FROM: "type=gha,scope=integration"
|
DAGGER_CACHE_FROM: "type=gha,mode=max,scope=integration"
|
||||||
run: |
|
run: |
|
||||||
env
|
env
|
||||||
make core-integration
|
make core-integration
|
||||||
@ -162,12 +162,13 @@ jobs:
|
|||||||
|
|
||||||
- name: Universe Test
|
- name: Universe Test
|
||||||
env:
|
env:
|
||||||
DAGGER_CACHE_TO: "type=gha,scope=universe"
|
DAGGER_CACHE_TO: "type=gha,mode=max,scope=universe"
|
||||||
DAGGER_CACHE_FROM: "type=gha,scope=universe"
|
DAGGER_CACHE_FROM: "type=gha,mode=max,scope=universe"
|
||||||
run: |
|
run: |
|
||||||
make universe-test
|
make universe-test
|
||||||
|
|
||||||
website:
|
website:
|
||||||
|
name: Website
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@ -269,7 +270,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Documentation Test
|
- name: Documentation Test
|
||||||
env:
|
env:
|
||||||
DAGGER_CACHE_TO: "type=gha,scope=docs"
|
DAGGER_CACHE_TO: "type=gha,mode=max,scope=docs"
|
||||||
DAGGER_CACHE_FROM: "type=gha,scope=docs"
|
DAGGER_CACHE_FROM: "type=gha,mode=max,scope=docs"
|
||||||
run: |
|
run: |
|
||||||
make doc-test
|
make doc-test
|
||||||
|
Reference in New Issue
Block a user