From ee8ae4fb13ae34cc8246288382ac2aae19d93f49 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Mon, 27 Jul 2020 21:27:48 +0900 Subject: [PATCH] fix: using cache --- .github/workflows/playwright-example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright-example.yml b/.github/workflows/playwright-example.yml index d3e9338..506502c 100644 --- a/.github/workflows/playwright-example.yml +++ b/.github/workflows/playwright-example.yml @@ -18,7 +18,7 @@ jobs: with: path: ${{ steps.yarn_cache.outputs.dir }} key: ${{ matrix.os }}-${{ hashFiles('**/yarn.lock') }} - restore-keys: yarn- + restore-keys: ${{ matrix.os }}- - run: yarn working-directory: ./playwright - if: startsWith(matrix.os, 'ubuntu-')