From 135e9398f2c6ffdbe7ee38dc30923b4187d5f5f0 Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Tue, 27 Sep 2022 12:46:54 -0500 Subject: [PATCH] [wip] second "Restore Testground resources..." should be "Load Testground resources..." --- .github/workflows/testground.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testground.yml b/.github/workflows/testground.yml index d1c0d457..4e286e9a 100644 --- a/.github/workflows/testground.yml +++ b/.github/workflows/testground.yml @@ -83,7 +83,7 @@ jobs: docker save iptestground/testground:edge | gzip > "${HOME}/docker/saved-images/iptestground_testground_edge.tar.gz" working-directory: testground - - name: Restore Testground resources from cache + - name: Load Testground resources from cache if: steps.testground-reources-cache.outputs.cache-hit == 'true' run: | docker load < "${HOME}/docker/saved-images/iptestground_sidecar_edge.tar.gz"