From 03177784760a8a1144bf1d4b6d0076698fd31691 Mon Sep 17 00:00:00 2001 From: Sergio Eduardo Castro Ceballos <72516762+SergioCasCeb@users.noreply.github.com> Date: Sat, 14 Oct 2023 01:19:13 +0200 Subject: [PATCH] Installing supported browsers --- .github/workflows/visual-ci-new.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/visual-ci-new.yaml b/.github/workflows/visual-ci-new.yaml index a09d42583..aa54c43bb 100644 --- a/.github/workflows/visual-ci-new.yaml +++ b/.github/workflows/visual-ci-new.yaml @@ -27,8 +27,9 @@ jobs: - name: Bootstrap run: lerna bootstrap --no-ci - - name: Visual Test + - name: New Web Visual Test run: | cd ./packages/web-new npm install + npx playwright install npm run test \ No newline at end of file