From 15a6fac475bb47fb407e3e519d6a013c75a2826f Mon Sep 17 00:00:00 2001 From: Anthony Shaw Date: Tue, 11 Jun 2024 12:22:26 +1000 Subject: [PATCH] Switch to coactions/setup-xvfb --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a885171d..fa8e48ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,11 +29,11 @@ jobs: - run: npm run compile - run: npm run lint - name: Run unit and integration tests - uses: GabrielBB/xvfb-action@v1.6 + uses: coactions/setup-xvfb@v1 with: run: npm run test - name: Run coverage - uses: GabrielBB/xvfb-action@v1.6 + uses: coactions/setup-xvfb@v1 continue-on-error: true with: run: npm run test:coverage