chore: use xvfb from newer github action (#2035)
This commit is contained in:
parent
4652b9e248
commit
c921cc19ec
9
.github/workflows/tests.yml
vendored
9
.github/workflows/tests.yml
vendored
|
|
@ -25,9 +25,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: 10
|
node-version: 10
|
||||||
- uses: microsoft/playwright-github-action@v1
|
- uses: microsoft/playwright-github-action@v1
|
||||||
- name: install xvfb
|
|
||||||
run: |
|
|
||||||
sudo apt-get install xvfb
|
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
# XVFB-RUN merges both STDOUT and STDERR, whereas we need only STDERR
|
# XVFB-RUN merges both STDOUT and STDERR, whereas we need only STDERR
|
||||||
# Wrap `npm run` in a subshell to redirect STDERR to file.
|
# Wrap `npm run` in a subshell to redirect STDERR to file.
|
||||||
|
|
@ -112,9 +109,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: 10
|
node-version: 10
|
||||||
- uses: microsoft/playwright-github-action@v1
|
- uses: microsoft/playwright-github-action@v1
|
||||||
- name: install xvfb
|
|
||||||
run: |
|
|
||||||
sudo apt-get install xvfb
|
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
# XVFB-RUN merges both STDOUT and STDERR, whereas we need only STDERR
|
# XVFB-RUN merges both STDOUT and STDERR, whereas we need only STDERR
|
||||||
# Wrap `npm run` in a subshell to redirect STDERR to file.
|
# Wrap `npm run` in a subshell to redirect STDERR to file.
|
||||||
|
|
@ -199,9 +193,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: 10
|
node-version: 10
|
||||||
- uses: microsoft/playwright-github-action@v1
|
- uses: microsoft/playwright-github-action@v1
|
||||||
- name: install xvfb
|
|
||||||
run: |
|
|
||||||
sudo apt-get install xvfb
|
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
# XVFB-RUN merges both STDOUT and STDERR, whereas we need only STDERR
|
# XVFB-RUN merges both STDOUT and STDERR, whereas we need only STDERR
|
||||||
# Wrap `npm run` in a subshell to redirect STDERR to file.
|
# Wrap `npm run` in a subshell to redirect STDERR to file.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue