Merge pull request #1044 from aluzzardi/gha-cache-scope
ci: change gha scope
This commit is contained in:
commit
4a87724b52
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@ -102,8 +102,8 @@ jobs:
|
||||
|
||||
- name: Integration test
|
||||
env:
|
||||
DAGGER_CACHE_TO: "type=gha,mode=max,scope=integration"
|
||||
DAGGER_CACHE_FROM: "type=gha,mode=max,scope=integration"
|
||||
DAGGER_CACHE_TO: "type=gha,mode=max,scope=test-integration"
|
||||
DAGGER_CACHE_FROM: "type=gha,mode=max,scope=test-integration"
|
||||
run: |
|
||||
env
|
||||
make core-integration
|
||||
@ -162,8 +162,8 @@ jobs:
|
||||
|
||||
- name: Universe Test
|
||||
env:
|
||||
DAGGER_CACHE_TO: "type=gha,mode=max,scope=universe"
|
||||
DAGGER_CACHE_FROM: "type=gha,mode=max,scope=universe"
|
||||
DAGGER_CACHE_TO: "type=gha,mode=max,scope=test-universe"
|
||||
DAGGER_CACHE_FROM: "type=gha,mode=max,scope=test-universe"
|
||||
run: |
|
||||
make universe-test
|
||||
|
||||
@ -270,7 +270,7 @@ jobs:
|
||||
|
||||
- name: Documentation Test
|
||||
env:
|
||||
DAGGER_CACHE_TO: "type=gha,mode=max,scope=docs"
|
||||
DAGGER_CACHE_FROM: "type=gha,mode=max,scope=docs"
|
||||
DAGGER_CACHE_TO: "type=gha,mode=max,scope=test-docs"
|
||||
DAGGER_CACHE_FROM: "type=gha,mode=max,scope=test-docs"
|
||||
run: |
|
||||
make doc-test
|
||||
|
Reference in New Issue
Block a user