We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec87bae commit dede5a8Copy full SHA for dede5a8
.github/workflows/webdriverio-testing-library.yml
@@ -15,12 +15,6 @@ jobs:
15
os: [ubuntu-latest]
16
node: [12]
17
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
24
- uses: actions/setup-node@v1
25
with:
26
node-version: ${{ matrix.node }}
0 commit comments