From e89f7e3ac1742a7bb789ebd41e2a48dace4cce54 Mon Sep 17 00:00:00 2001 From: Alex Yang Date: Sun, 15 Sep 2024 01:52:41 -0700 Subject: [PATCH] fixup! ci: pnpm cache --- .github/actions/{playwright.yml => playwright/action.yml} | 0 .github/workflows/ci.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/actions/{playwright.yml => playwright/action.yml} (100%) diff --git a/.github/actions/playwright.yml b/.github/actions/playwright/action.yml similarity index 100% rename from .github/actions/playwright.yml rename to .github/actions/playwright/action.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f9798bc0..fbfcf9f63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: path: packages/waku - name: Install Playwright id: install-playwright - uses: ./.github/actions/playwright.yml + uses: ./.github/actions/playwright - run: pnpm exec playwright test --forbid-only --shard=${{ matrix.shared }}/4 env: TEMP_DIR: ${{ runner.temp }}