diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 798bb8832d780..aaf64da998a4a 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.