mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-26 05:50:35 +01:00
Use latest firefox (#825)
This commit is contained in:
parent
c92fd12854
commit
b7838ad6e1
2 changed files with 2 additions and 3 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -162,8 +162,7 @@ jobs:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
selenium:
|
selenium:
|
||||||
# geckodriver-0.31 seems to have problems as of 2022 May 1
|
image: selenium/standalone-${{ matrix.browser }}
|
||||||
image: selenium/standalone-${{ matrix.browser == 'firefox' && 'firefox:99.0-geckodriver-0.30-20220427' || matrix.browser }}
|
|
||||||
ports:
|
ports:
|
||||||
- 4444:4444
|
- 4444:4444
|
||||||
options: --shm-size=2gb
|
options: --shm-size=2gb
|
||||||
|
|
|
@ -26,7 +26,7 @@ exports.config = {
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
// geckodriver-0.31 seems to have problems as of 2022 May 1
|
// geckodriver-0.31 seems to have problems as of 2022 May 1
|
||||||
services: process.env.DOCKER_HOST ? [] : [ ['selenium-standalone', { drivers: { firefox: '0.30.0', chrome: 'latest' } } ] ],
|
services: process.env.DOCKER_HOST ? [] : [ ['selenium-standalone', { drivers: { firefox: 'latest', chrome: 'latest' } } ] ],
|
||||||
logLevel: 'info',
|
logLevel: 'info',
|
||||||
bail: 0,
|
bail: 0,
|
||||||
screenshotPath: SCREENSHOT_PATH,
|
screenshotPath: SCREENSHOT_PATH,
|
||||||
|
|
Loading…
Reference in a new issue