ci: change gha scope
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
parent
7ef717557b
commit
f792199c98
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@ -102,8 +102,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Integration test
|
- name: Integration test
|
||||||
env:
|
env:
|
||||||
DAGGER_CACHE_TO: "type=gha,mode=max,scope=integration"
|
DAGGER_CACHE_TO: "type=gha,mode=max,scope=test-integration"
|
||||||
DAGGER_CACHE_FROM: "type=gha,mode=max,scope=integration"
|
DAGGER_CACHE_FROM: "type=gha,mode=max,scope=test-integration"
|
||||||
run: |
|
run: |
|
||||||
env
|
env
|
||||||
make core-integration
|
make core-integration
|
||||||
@ -162,8 +162,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Universe Test
|
- name: Universe Test
|
||||||
env:
|
env:
|
||||||
DAGGER_CACHE_TO: "type=gha,mode=max,scope=universe"
|
DAGGER_CACHE_TO: "type=gha,mode=max,scope=test-universe"
|
||||||
DAGGER_CACHE_FROM: "type=gha,mode=max,scope=universe"
|
DAGGER_CACHE_FROM: "type=gha,mode=max,scope=test-universe"
|
||||||
run: |
|
run: |
|
||||||
make universe-test
|
make universe-test
|
||||||
|
|
||||||
@ -270,7 +270,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Documentation Test
|
- name: Documentation Test
|
||||||
env:
|
env:
|
||||||
DAGGER_CACHE_TO: "type=gha,mode=max,scope=docs"
|
DAGGER_CACHE_TO: "type=gha,mode=max,scope=test-docs"
|
||||||
DAGGER_CACHE_FROM: "type=gha,mode=max,scope=docs"
|
DAGGER_CACHE_FROM: "type=gha,mode=max,scope=test-docs"
|
||||||
run: |
|
run: |
|
||||||
make doc-test
|
make doc-test
|
||||||
|
Reference in New Issue
Block a user