aboutsummaryrefslogtreecommitdiffstats
path: root/.circleci/config.yml
diff options
context:
space:
mode:
authorkumavis <kumavis@users.noreply.github.com>2018-09-26 10:53:49 +0800
committerGitHub <noreply@github.com>2018-09-26 10:53:49 +0800
commit667470c07a27e48fa466bf4d3b48cf9b062545d5 (patch)
treea07d3ded4cfc6900e6888b35de796e1628963e0d /.circleci/config.yml
parent98e9556a5f7535e0563adf01d08e8b8d6ae0bccb (diff)
parent678d174e1e7fa35e21607faeeefca0c28997cf1c (diff)
downloadtangerine-wallet-browser-667470c07a27e48fa466bf4d3b48cf9b062545d5.tar.gz
tangerine-wallet-browser-667470c07a27e48fa466bf4d3b48cf9b062545d5.tar.zst
tangerine-wallet-browser-667470c07a27e48fa466bf4d3b48cf9b062545d5.zip
Merge pull request #5361 from MetaMask/firefox-fixes
Mozilla addon linter + Firefox builds passing
Diffstat (limited to '.circleci/config.yml')
-rw-r--r--.circleci/config.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index a2539612c..7eedc3f87 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -39,6 +39,10 @@ workflows:
- test-unit:
requires:
- prep-deps-npm
+ - test-mozilla-lint:
+ requires:
+ - prep-deps-npm
+ - prep-build
- test-integration-mascara-chrome:
requires:
- prep-deps-npm
@@ -59,6 +63,7 @@ workflows:
requires:
- test-lint
- test-unit
+ - test-mozilla-lint
- test-e2e-chrome
- test-e2e-firefox
- test-e2e-beta-chrome
@@ -313,6 +318,16 @@ jobs:
- run:
name: test:coverage
command: npm run test:coverage
+ test-mozilla-lint:
+ docker:
+ - image: circleci/node:8.11.3-browsers
+ steps:
+ - checkout
+ - attach_workspace:
+ at: .
+ - run:
+ name: test:mozilla-lint
+ command: npm run mozilla-lint
test-integration-flat-firefox:
docker: