Skip to content

Commit e9b8ed4

Browse files
committed
adds new version of chrome driver (Chrome for testing)
1 parent 3b9d06b commit e9b8ed4

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/rubyonrails.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Ruby on Rails CI
22
on:
33
push:
4-
branches: [ "main" ]
4+
branches: ["main"]
55
pull_request:
6-
branches: [ "main" ]
6+
branches: ["main"]
77
jobs:
88
test:
99
runs-on: ubuntu-latest
@@ -70,12 +70,10 @@ jobs:
7070
DISPLAY: "=:99"
7171

7272
steps:
73-
- uses: nanasess/setup-chromedriver@v2
74-
- name: Start chromedriver
75-
run: |
76-
set -x
77-
chromedriver --url-base=/wd/hub &
78-
# sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & # optional
73+
- name: Setup Chrome
74+
uses: browser-actions/[email protected]
75+
with:
76+
install-dependencies: true
7977

8078
- name: Checkout code
8179
uses: actions/checkout@v4

0 commit comments

Comments
 (0)