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 4f677a7 commit e703c87Copy full SHA for e703c87
.github/workflows/test.yaml
@@ -22,11 +22,11 @@ jobs:
22
chrome-version: stable
23
- run: chrome --version
24
25
-# - uses: nanasess/setup-chromedriver@master
26
-# - run: |
27
-# export DISPLAY=:99
28
-# chromedriver --url-base=/wd/hub &
29
-# sudo Xvfb -ac :99 -screen 0 1280x1024x16 > /dev/null 2>&1 & # optional
+ - uses: nanasess/setup-chromedriver@master
+ - run: |
+ export DISPLAY=:99
+ chromedriver --url-base=/wd/hub &
+ sudo Xvfb -ac :99 -screen 0 1280x1024x16 > /dev/null 2>&1 & # optional
30
- name: Use Node.js
31
uses: actions/setup-node@v1
32
with:
0 commit comments