From 464d7e4940db26eb5751c32deb66a7b911b04d9d Mon Sep 17 00:00:00 2001 From: Matt Gibson Date: Thu, 19 Sep 2024 15:57:23 -0700 Subject: [PATCH] cache on failure --- .github/workflows/language-tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/language-tests.yml b/.github/workflows/language-tests.yml index 24c814c985..25488b1a04 100644 --- a/.github/workflows/language-tests.yml +++ b/.github/workflows/language-tests.yml @@ -36,6 +36,8 @@ jobs: - name: Cache cargo registry uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 + with: + cache-on-failure: "true" - name: Install node uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 @@ -91,6 +93,8 @@ jobs: - name: Cache cargo registry uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 + with: + cache-on-failure: "true" - name: Create run-id id: run-id