ci: disable GHA caching

Getting a 400 Bad Request from GH API

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi 2021-10-05 12:38:00 -07:00
parent 4a87724b52
commit 285fe3fe39

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