From 159962f62584ee56c736b01c1c4b3a77b884aa75 Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Wed, 18 Jun 2025 12:26:54 +0200 Subject: [PATCH] cache compose tests --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6bfa874b70..5c6937e688 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,8 +36,8 @@ jobs: - name: Save Run Caches uses: actions/cache@v4 with: - path: | - ${{ runner.temp }}/zitadel-make-cache + path: ${{ runner.temp }}/zitadel-make-cache + key: zitadel-make-cache - run: make login-quality env: # latest if branch is main, otherwise image version which is the pull request number