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-')