From 507baa51632bb115b44791f06f578b86dc6feb7d Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Fri, 7 Jun 2024 19:01:19 +0200 Subject: [PATCH] chore: remove coactions/setup-xvfb modern linux image at github includes it out of the box and we use xvfb-maybe internally to use it when appropriate --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5cff8de8..716f4be5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -131,10 +131,7 @@ jobs: run: npm run test - name: Test end-to-end - uses: coactions/setup-xvfb@b6b4fcfb9f5a895edadc3bc76318fae0ac17c8b3 # v1.0.1 - with: - working-directory: ${{ github.workspace }} - run: npm run test:e2e + run: npm run test:e2e - name: Lint run: npm run lint