Skip to content

Commit

Permalink
ci: change gha scope
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
  • Loading branch information
aluzzardi committed Oct 5, 2021
1 parent 7ef7175 commit f792199
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit f792199

Please sign in to comment.