From 5923689f9289796d5b6f35015372821c8292d890 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Sat, 30 Mar 2024 04:00:48 -0700 Subject: [PATCH] ci: test extraction unconditionally Signed-off-by: Amin Yahyaabadi --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2d09320..e46be37 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: - name: inject cache into docker uses: ./ with: - skip-extraction: ${{ steps.cache.outputs.cache-hit }} + skip-extraction: false cache-map: | { "var-cache-apt": "/var/cache/apt",