Multiple working directories for test versions.

This commit is contained in:
orangemug
2018-01-19 17:14:56 +00:00
parent fe0e7af033
commit c82f38c103
+3 -3
View File
@@ -30,21 +30,21 @@ jobs:
# specify the version you desire here # specify the version you desire here
- image: node:6 - image: node:6
- image: selenium/standalone-chrome:3.1.0 - image: selenium/standalone-chrome:3.1.0
working_directory: ~/repo working_directory: ~/repo-linux-node-v6
steps: *steps steps: *steps
build-linux-node-v8: build-linux-node-v8:
docker: docker:
# specify the version you desire here # specify the version you desire here
- image: node:8 - image: node:8
- image: selenium/standalone-chrome:3.1.0 - image: selenium/standalone-chrome:3.1.0
working_directory: ~/repo working_directory: ~/repo-linux-node-v8
steps: *steps steps: *steps
build-linux-node-v9: build-linux-node-v9:
docker: docker:
# specify the version you desire here # specify the version you desire here
- image: node:9 - image: node:9
- image: selenium/standalone-chrome:3.1.0 - image: selenium/standalone-chrome:3.1.0
working_directory: ~/repo working_directory: ~/repo-linux-node-v9
steps: *steps steps: *steps
workflows: workflows: