Skip to content

Commit e703c87

Browse files
committed
outputting version
1 parent 4f677a7 commit e703c87

File tree

3 files changed

+188
-166
lines changed

3 files changed

+188
-166
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
chrome-version: stable
2323
- run: chrome --version
2424

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
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
3030
- name: Use Node.js
3131
uses: actions/setup-node@v1
3232
with:

0 commit comments

Comments
 (0)