プレイグラウンド、サンドボックス、使い捨てスクリプト置き場
0

Configure Feed

Select the types of activity you want to include in your feed.

fix: using cache

Kohei Watanabe (Jul 27, 2020, 9:27 PM +0900) ee8ae4fb 7d42eee1

+1 -1
+1 -1
.github/workflows/playwright-example.yml
··· 18 18 with: 19 19 path: ${{ steps.yarn_cache.outputs.dir }} 20 20 key: ${{ matrix.os }}-${{ hashFiles('**/yarn.lock') }} 21 - restore-keys: yarn- 21 + restore-keys: ${{ matrix.os }}- 22 22 - run: yarn 23 23 working-directory: ./playwright 24 24 - if: startsWith(matrix.os, 'ubuntu-')