From c921cc19ec31aa54da98b67f719a724fe7ae5755 Mon Sep 17 00:00:00 2001 From: Arjun Attam Date: Wed, 29 Apr 2020 15:07:21 -0700 Subject: [PATCH] chore: use xvfb from newer github action (#2035) --- .github/workflows/tests.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 798bb8832d..aaf64da998 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,9 +25,6 @@ jobs: with: node-version: 10 - uses: microsoft/playwright-github-action@v1 - - name: install xvfb - run: | - sudo apt-get install xvfb - run: npm ci # XVFB-RUN merges both STDOUT and STDERR, whereas we need only STDERR # Wrap `npm run` in a subshell to redirect STDERR to file. @@ -112,9 +109,6 @@ jobs: with: node-version: 10 - uses: microsoft/playwright-github-action@v1 - - name: install xvfb - run: | - sudo apt-get install xvfb - run: npm ci # XVFB-RUN merges both STDOUT and STDERR, whereas we need only STDERR # Wrap `npm run` in a subshell to redirect STDERR to file. @@ -199,9 +193,6 @@ jobs: with: node-version: 10 - uses: microsoft/playwright-github-action@v1 - - name: install xvfb - run: | - sudo apt-get install xvfb - run: npm ci # XVFB-RUN merges both STDOUT and STDERR, whereas we need only STDERR # Wrap `npm run` in a subshell to redirect STDERR to file.