Skip to content

Commit f208a7f

Browse files
committed
Install chrome stable
1 parent 41e3b51 commit f208a7f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
ruby-version: ${{ matrix.ruby }}
3131
bundler-cache: true
3232

33+
- name: Setup Chrome
34+
uses: browser-actions/setup-chrome@latest
35+
with:
36+
chrome-version: stable
37+
3338
- run: mkdir -p /tmp/cuprite
3439

3540
- name: Run tests

0 commit comments

Comments
 (0)