Skip to content

Commit 58fb182

Browse files
committed
Updating Docker images
1 parent 00ac12c commit 58fb182

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

‎.github/workflows/test-parallel.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212

1313
strategy:
1414
fail-fast: false
15+
max-parallel: 1
1516
matrix:
1617
browser: ['chrome', 'firefox', 'edge']
1718

‎.github/workflows/test-single.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
services:
2424
selenium:
2525
image: selenium/standalone-${{github.event.inputs.browser }}
26+
environment:
27+
- JAVA_OPTS=-Dwebdriver.chrome.whitelistedIps=
2628

2729
steps:
2830
- uses: actions/checkout@v3

0 commit comments

Comments
(0)