chore: use xvfb from newer github action (#2035)

This commit is contained in:
Arjun Attam 2020-04-29 15:07:21 -07:00 committed by GitHub
parent 4652b9e248
commit c921cc19ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.