mirror of
https://github.com/maputnik/editor.git
synced 2026-06-17 04:37:25 +00:00
Added missing workflow to .circleci/config.yml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user