aboutsummaryrefslogtreecommitdiffstats
path: root/.circleci/config.yml
diff options
context:
space:
mode:
Diffstat (limited to '.circleci/config.yml')
-rw-r--r--.circleci/config.yml20
1 files changed, 10 insertions, 10 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 451a630bb..cf5afc3a8 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -20,11 +20,11 @@ workflows:
# - test-deps:
# requires:
# - prep-deps-npm
- - test-e2e-beta-chrome:
+ - test-e2e-chrome:
requires:
- prep-deps-npm
- prep-build
- - test-e2e-beta-firefox:
+ - test-e2e-firefox:
requires:
- prep-deps-npm
- prep-build
@@ -52,8 +52,8 @@ workflows:
- test-lint
- test-unit
- test-mozilla-lint
- - test-e2e-beta-chrome
- - test-e2e-beta-firefox
+ - test-e2e-chrome
+ - test-e2e-firefox
# - test-e2e-beta-drizzle
- test-integration-flat-chrome
- test-integration-flat-firefox
@@ -189,7 +189,7 @@ jobs:
# - store_artifacts:
# path: test-artifacts
# destination: test-artifacts
- test-e2e-beta-chrome:
+ test-e2e-chrome:
docker:
- image: circleci/node:8.11.3-browsers
steps:
@@ -197,13 +197,13 @@ jobs:
- attach_workspace:
at: .
- run:
- name: test:e2e:chrome:beta
- command: npm run test:e2e:chrome:beta
+ name: test:e2e:chrome
+ command: npm run test:e2e:chrome
- store_artifacts:
path: test-artifacts
destination: test-artifacts
- test-e2e-beta-firefox:
+ test-e2e-firefox:
docker:
- image: circleci/node:8.11.3-browsers
steps:
@@ -214,8 +214,8 @@ jobs:
- attach_workspace:
at: .
- run:
- name: test:e2e:firefox:beta
- command: npm run test:e2e:firefox:beta
+ name: test:e2e:firefox
+ command: npm run test:e2e:firefox
- store_artifacts:
path: test-artifacts
destination: test-artifacts