Make CI run AMO linter

This commit is contained in:
Oliver Blanthorn 2020-02-19 11:32:30 +00:00
parent a1648e18e8
commit df242153dc
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -29,6 +29,12 @@ jobs:
steps:
- commoncmd
- run: bash -c '"$(yarn bin)/jest" src'
mozilla:
docker:
- image: circleci/node:latest
steps:
- commoncmd
- run: bash -c 'cd build; "$(yarn bin)/web-ext lint" src'
e2e:
docker:
- image: circleci/node:latest-browsers
@ -47,5 +53,6 @@ workflows:
build_test_lint:
jobs:
- lint
- mozilla
- unit
- e2e