Skip to content

Commit

Permalink
ci: disable GHA caching
Browse files Browse the repository at this point in the history
Getting a 400 Bad Request from GH API

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
  • Loading branch information
aluzzardi committed Oct 5, 2021
1 parent 4a87724 commit 285fe3f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 285fe3f

Please sign in to comment.