Skip to content

Commit

Permalink
send chromedriver output to a logfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rob committed Aug 23, 2024
1 parent 060b3fb commit 9e162a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
- name: Start chromedriver
run: |
set -x
chromedriver --url-base=/wd/hub &
touch ~/chromedriver.log
chromedriver --url-base=/wd/hub | sudo tee -a ~/chromedriver.log &
# sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & # optional
- name: Checkout code
Expand Down

0 comments on commit 9e162a5

Please sign in to comment.