From 58df5edb6ed8ffbb880358befa5482eabf3992f9 Mon Sep 17 00:00:00 2001 From: Sergio Eduardo Castro Ceballos <72516762+SergioCasCeb@users.noreply.github.com> Date: Fri, 2 Feb 2024 16:08:50 +0100 Subject: [PATCH] Fixed the new visual yaml file to run server first --- .github/workflows/visual-ci-new.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/visual-ci-new.yaml b/.github/workflows/visual-ci-new.yaml index 2a28454f..0180bf7c 100644 --- a/.github/workflows/visual-ci-new.yaml +++ b/.github/workflows/visual-ci-new.yaml @@ -68,7 +68,7 @@ jobs: cd ./packages/web-new npm install npx playwright install chromium firefox - npm serve & + npm run serve & sleep 10 npm test