From d1447ace0af3a601e0df9af99abe0095fb2d2429 Mon Sep 17 00:00:00 2001 From: Thilo Hohlt <123883702+thiloho@users.noreply.github.com> Date: Sun, 1 Sep 2024 17:28:42 +0200 Subject: [PATCH] Update playwright.yml --- .github/workflows/playwright.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 1454cc9..0b58e9a 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -19,4 +19,6 @@ jobs: - name: Run playwright tests run: | cd web-app - nix develop .#web --command bash -c "npm install && npm run test" + nix develop .#web + npm install + npm run test