Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Apr 24, 2023
1 parent 5fcfa76 commit b96ae77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
uses: actions/cache@v3
with:
path: /tmp/tmp/docker-images
key: ${{ needs.docker-build.outputs.cache_key_${{ matrix.package }} }}
key: ${{ format('needs.docker-build.outputs.cache_key_{0}', matrix.package) }}
- name: Create Sandbox Cluster
run: |
cp /tmp/tmp/docker-images/snapshot.tar snapshot.tar
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
uses: actions/cache@v3
with:
path: /tmp/tmp/docker-images
key: ${{ needs.docker-build.outputs.cache_key_${{ matrix.package }} }}
key: ${{ format('needs.docker-build.outputs.cache_key_{0}', matrix.package) }}
- name: Prime docker cache
run: docker load -i /tmp/tmp/docker-images/snapshot-builder.tar || true
- uses: engineerd/[email protected]
Expand Down

0 comments on commit b96ae77

Please sign in to comment.