fix(actions): use GabrielBB/xvfb-action instead of coactions/setup-xvfb

This commit is contained in:
JellyBrick
2023-10-16 00:58:02 +09:00
committed by GitHub
parent 7625a3aa52
commit bfe4b2bba7

View File

@ -36,7 +36,7 @@ jobs:
run: pnpm install --frozen-lockfile
- name: Test
uses: coactions/setup-xvfb@v1
uses: GabrielBB/xvfb-action@v1
env:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
with: