From 79a5cb2efb65bd65cc7b28a9dfd333fc42b314ee Mon Sep 17 00:00:00 2001 From: stakbucks Date: Sat, 17 Aug 2024 15:26:06 +0900 Subject: [PATCH] parallel run --- .github/workflows/ci.yaml | 2 +- apps/bottle/src/app/page.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d5607ec..b459f7a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -44,7 +44,7 @@ jobs: key: ${{ runner.os }}-playwright-14 # install dependencies - - run: pnpm install + - run: npx pnpm i -r # dotenv - name: create dotenv diff --git a/apps/bottle/src/app/page.tsx b/apps/bottle/src/app/page.tsx index 454c3c1..bc3c1c5 100644 --- a/apps/bottle/src/app/page.tsx +++ b/apps/bottle/src/app/page.tsx @@ -8,7 +8,7 @@ export default function Home() { - rrrr + rrrrsssss ); }