From c19da1c13982e0d668fce591bbd389fb6d192a44 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61e3284..88f31e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,4 +16,5 @@ jobs: bun-version: 20.x - run: npm install - run: npm run test - - run: npm run test:e2e + - run: npx playwright install --with-deps + - run: npx playwright test