Skip to content

Commit 691378f

Browse files
committed
maybe a standalone chrome?
1 parent 11bfb82 commit 691378f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ env:
1414
jobs:
1515
tests:
1616
runs-on: ubuntu-latest
17+
services:
18+
selenium:
19+
image: selenium/standalone-chrome:latest
20+
ports:
21+
- 4444:4444
22+
options: --shm-size=2g
1723
strategy:
1824
fail-fast: false
1925
matrix:
@@ -25,8 +31,6 @@ jobs:
2531
- prefer-stable
2632
- prefer-lowest
2733
steps:
28-
- uses: browser-actions/[email protected]
29-
- run: chrome --version
3034
- uses: actions/checkout@v3
3135

3236
- name: Upgrade sqlite3

0 commit comments

Comments
 (0)