From e3d6ea598ab584204414bc306553ec2faed55add Mon Sep 17 00:00:00 2001 From: Daniel Regeci <536331+ovx@users.noreply.github.com> Date: Fri, 8 Mar 2024 15:55:51 +0100 Subject: [PATCH] workflow - playwright --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61e3284..f70af5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,7 @@ jobs: - uses: actions/setup-node@v4 with: bun-version: 20.x + - run: npx playwright install --with-deps - run: npm install - run: npm run test - run: npm run test:e2e