From bb9ce2e071e0968234ffea01fcb525a849cca203 Mon Sep 17 00:00:00 2001 From: ofek29 Date: Tue, 26 Nov 2024 20:41:59 +0200 Subject: [PATCH] fixes --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 600eab6..5e0290f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: - name: install playwright browser working-directory: ./client - run: npx playwright install --with-deps & + run: npx playwright install --with-deps - name: Run Playwright tests working-directory: ./client