From 64a68453fedff023cb369c8be57009b757cdc94b Mon Sep 17 00:00:00 2001 From: voluntas Date: Wed, 21 Feb 2024 12:14:38 +0900 Subject: [PATCH] =?UTF-8?q?run=20build=20=E3=81=AF=E5=BF=85=E8=A6=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/e2e-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index c45e8c6a..d10e4c86 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -29,6 +29,7 @@ jobs: version: 8 - run: pnpm --version - run: pnpm install + - run: pnpm run build - run: pnpm exec playwright install --with-deps - run: pnpm exec playwright test --project=${{ matrix.browser }} # - uses: actions/upload-artifact@v4