Switch to new Chrome headless mode instead

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2024-12-02 17:34:21 +00:00
parent be7d4f8b46
commit 4fd2eb376c
No known key found for this signature in database
GPG key ID: A2B008A5F49F5D0D
4 changed files with 6 additions and 11 deletions

View file

@ -128,15 +128,10 @@ jobs:
- name: Install Playwright browsers
if: steps.playwright-cache.outputs.cache-hit != 'true'
run: yarn playwright install --with-deps
run: yarn playwright install --with-deps --no-shell chromium
- name: Run Playwright tests
uses: coactions/setup-xvfb@6b00cf1889f4e1d5a48635647013c0508128ee1a
timeout-minutes: 30
with:
run: "yarn playwright test --shard ${{ matrix.runner }}/${{ strategy.job-total }}"
env:
HEADED: 1
run: yarn playwright test --shard ${{ matrix.runner }}/${{ strategy.job-total }}
- name: Upload blob report to GitHub Actions Artifacts
if: always()