mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 08:17:46 +01:00
Update selenium-standalone used for testing and move wdio-steps to node active LTS
This commit is contained in:
parent
db74cfeb2a
commit
5c391ee287
1 changed files with 3 additions and 3 deletions
|
@ -52,14 +52,14 @@ jobs:
|
||||||
build-linux-node-v8:
|
build-linux-node-v8:
|
||||||
docker:
|
docker:
|
||||||
- image: node:8
|
- image: node:8
|
||||||
- image: selenium/standalone-chrome:3.8.1
|
|
||||||
working_directory: ~/repo-linux-node-v8
|
working_directory: ~/repo-linux-node-v8
|
||||||
steps: *wdio-steps
|
steps: *build-steps
|
||||||
build-linux-node-v10:
|
build-linux-node-v10:
|
||||||
docker:
|
docker:
|
||||||
- image: node:10
|
- image: node:10
|
||||||
|
- image: selenium/standalone-chrome:3.141.59
|
||||||
working_directory: ~/repo-linux-node-v10
|
working_directory: ~/repo-linux-node-v10
|
||||||
steps: *build-steps
|
steps: *wdio-steps
|
||||||
build-linux-node-v11:
|
build-linux-node-v11:
|
||||||
docker:
|
docker:
|
||||||
- image: node:11
|
- image: node:11
|
||||||
|
|
Loading…
Reference in a new issue