From 4f0465e627d47abc5e9bbcfea5dc6f8740650cc5 Mon Sep 17 00:00:00 2001 From: Tom Ballinger Date: Wed, 4 Dec 2024 12:54:57 -0800 Subject: [PATCH] install playwright browsers --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f1f7dc0..ab822f4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,6 +31,10 @@ jobs: - name: test run: npm run test:once + - name: Install Playwright Browsers + working-directory: test-nextjs + run: npx playwright install --with-deps + - name: e2e test working-directory: test-nextjs run: npm run test