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