diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 70b7b7e545f87fa93ed83b456585e2762c4025c1..5a3e4e5ff4048ca723479c54bb86d57890b8cd63 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -43,7 +43,9 @@ jobs: - name: Cache Cypress binary uses: actions/cache@v2 with: - path: ~/.cache/Cypress + path: | + ~/.cache/Cypress + ~/Library/Caches/Cypress key: ${{ runner.os }}-cypress-${{ hashFiles('yarn.lock') }} restore-keys: | ${{ runner.os }}-cypress- diff --git a/packages/playground/ssr/src/pages/index/index.vue b/packages/playground/ssr/src/pages/index/index.vue index 870ce9ce7460fe7df2a7c1263edb888471387890..e213ace402f00562cf4e41fe01fef92d620503a8 100644 --- a/packages/playground/ssr/src/pages/index/index.vue +++ b/packages/playground/ssr/src/pages/index/index.vue @@ -6,6 +6,7 @@ +