Skip to content

Commit dede5a8

Browse files
build: remove unnecessary chromedriver action step
1 parent ec87bae commit dede5a8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/webdriverio-testing-library.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ jobs:
1515
os: [ubuntu-latest]
1616
node: [12]
1717
steps:
18-
- uses: nanasess/setup-chromedriver@master
19-
with:
20-
chromedriver-version: '79.0.3945.36'
21-
- run: |
22-
export DISPLAY=:99
23-
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & # optional
2418
- uses: actions/setup-node@v1
2519
with:
2620
node-version: ${{ matrix.node }}

0 commit comments

Comments
 (0)