Skip to content

Commit

Permalink
chore: use xvfb from newer github action (#2035)
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunattam committed Apr 29, 2020
1 parent 4652b9e commit c921cc1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit c921cc1

Please sign in to comment.