From b62fd5a6c6dec494feb3a89bb18bba64d12a278a Mon Sep 17 00:00:00 2001 From: Igor Zolotarev Date: Wed, 17 Jul 2024 14:17:27 +0300 Subject: [PATCH] Clear cache --- .github/workflows/backend-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend-test.yml b/.github/workflows/backend-test.yml index 653852f1c..204b69435 100644 --- a/.github/workflows/backend-test.yml +++ b/.github/workflows/backend-test.yml @@ -138,7 +138,7 @@ jobs: id: cache-rocks with: path: .rocks/ - key: test-rocks-${{ hashFiles('*.rockspec') }}-03 + key: test-rocks-${{ hashFiles('*.rockspec') }}-04 - run: tt rocks install luatest 1.0.1 if: steps.cache-rocks.outputs.cache-hit != 'true'