diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 377dc1c7..3af10e94 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -91,6 +91,8 @@ jobs: - name: Test uses: GabrielBB/xvfb-action@v1 + env: + PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1 with: run: yarn test