Merge pull request #1045 from aluzzardi/disable-gha-caching

disable gha caching
This commit is contained in:
Andrea Luzzardi 2021-10-05 13:28:47 -07:00 committed by GitHub
commit 7b5c533974
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,9 +101,9 @@ jobs:
uses: crazy-max/ghaction-github-runtime@v1
- name: Integration test
env:
DAGGER_CACHE_TO: "type=gha,mode=max,scope=test-integration"
DAGGER_CACHE_FROM: "type=gha,mode=max,scope=test-integration"
# env:
# 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
@ -161,9 +161,9 @@ jobs:
uses: crazy-max/ghaction-github-runtime@v1
- name: Universe Test
env:
DAGGER_CACHE_TO: "type=gha,mode=max,scope=test-universe"
DAGGER_CACHE_FROM: "type=gha,mode=max,scope=test-universe"
# env:
# DAGGER_CACHE_TO: "type=gha,mode=max,scope=test-universe"
# DAGGER_CACHE_FROM: "type=gha,mode=max,scope=test-universe"
run: |
make universe-test
@ -269,8 +269,8 @@ jobs:
uses: crazy-max/ghaction-github-runtime@v1
- name: Documentation Test
env:
DAGGER_CACHE_TO: "type=gha,mode=max,scope=test-docs"
DAGGER_CACHE_FROM: "type=gha,mode=max,scope=test-docs"
# env:
# DAGGER_CACHE_TO: "type=gha,mode=max,scope=test-docs"
# DAGGER_CACHE_FROM: "type=gha,mode=max,scope=test-docs"
run: |
make doc-test