Skip to content

Commit

Permalink
Add verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed May 16, 2024
1 parent 8cdc580 commit 2696e41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ jobs:
- name: setup
run: |
export DISPLAY=:99
chromedriver --url-base=/wd/hub &
echo $PATH
chromedriver --verbose --url-base=/wd/hub &
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & # disable headless mode
node $GITHUB_WORKSPACE/__tests__/index.js
Expand Down

0 comments on commit 2696e41

Please sign in to comment.