diff --git a/.github/workflows/test-backstop.yml b/.github/workflows/test-backstop.yml index c35920a6..364f7dd2 100644 --- a/.github/workflows/test-backstop.yml +++ b/.github/workflows/test-backstop.yml @@ -71,7 +71,7 @@ jobs: - name: 👀 Testing Bitmaps id: backstop continue-on-error: true - run: cd _ci/backstop && ENV=$DEPLOY_ENV pnpm test.gh + run: cd _ci/backstop && pnpm exec playwright install && ENV=$DEPLOY_ENV pnpm test.gh - name: Summarize Failures if: steps.backstop.outcome != 'success'