From 37e1374ef3f032a757cf0de55c3990549c3a1c24 Mon Sep 17 00:00:00 2001 From: dmail Date: Tue, 20 Aug 2024 16:51:23 +0200 Subject: [PATCH] update yml --- .github/workflows/ci_eslint_and_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_eslint_and_test.yml b/.github/workflows/ci_eslint_and_test.yml index afad3695ec..a870555eff 100644 --- a/.github/workflows/ci_eslint_and_test.yml +++ b/.github/workflows/ci_eslint_and_test.yml @@ -87,7 +87,7 @@ jobs: id: playwright-cache with: path: "~/.cache/ms-playwright" - key: "${{ runner.os }}-playwright-${{ PLAYWRIGHT_VERSION }}" + key: "${{ runner.os }}-playwright-$PLAYWRIGHT_VERSION" # As a fallback, if the Playwright version has changed, try use the # most recently cached version. There's a good chance that at least one # of the browser binary versions haven't been updated, so Playwright can