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:
parent
4a87724b52
commit
285fe3fe39
18
.github/workflows/ci.yml
vendored
18
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user