mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-29 10:30:26 +01:00
Added missing workflow to .circleci/config.yml
This commit is contained in:
parent
e0ff342702
commit
ac51902435
1 changed files with 6 additions and 0 deletions
|
@ -32,3 +32,9 @@ jobs:
|
||||||
- image: selenium/standalone-chrome:3.1.0
|
- image: selenium/standalone-chrome:3.1.0
|
||||||
working_directory: ~/repo
|
working_directory: ~/repo
|
||||||
steps: *steps
|
steps: *steps
|
||||||
|
|
||||||
|
workflows:
|
||||||
|
version: 2
|
||||||
|
build:
|
||||||
|
jobs:
|
||||||
|
- build-linux-node-v8
|
||||||
|
|
Loading…
Reference in a new issue