Skip to content

Commit

Permalink
Test chromedriver
Browse files Browse the repository at this point in the history
  • Loading branch information
aapomm committed Feb 13, 2024
1 parent 84a3f18 commit 7538ee1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup chromedriver
uses: nanasess/setup-chromedriver@v2
run: |
export DISPLAY=:99
chromedriver --url-base=/wd/hub &
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 &
- name: Create database.yml
run: cp config/database.yml.template config/database.yml
- name: Install Ruby and gems
Expand Down

0 comments on commit 7538ee1

Please sign in to comment.