mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
ci - test on all branches
This commit is contained in:
parent
4ed6ac92e4
commit
8cf6db16f7
@ -8,19 +8,11 @@ workflows:
|
|||||||
- test:
|
- test:
|
||||||
requires:
|
requires:
|
||||||
- build
|
- build
|
||||||
filters:
|
|
||||||
branches:
|
|
||||||
only: master
|
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
# working_directory: ~/mern-starter
|
|
||||||
# The primary container is an instance of the first list image listed. Your build commands run in this container.
|
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/node:8-browsers
|
- image: circleci/node:8-browsers
|
||||||
# # The secondary container is an instance of the second listed image which is run in a common network where ports exposed on the primary container are available on localhost.
|
|
||||||
# - image: mongo:3.4.4
|
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
@ -43,12 +35,3 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Test
|
name: Test
|
||||||
command: npm test
|
command: npm test
|
||||||
# - run:
|
|
||||||
# name: Generate code coverage
|
|
||||||
# command: './node_modules/.bin/nyc report --reporter=text-lcov'
|
|
||||||
# - store_artifacts:
|
|
||||||
# path: test-results.xml
|
|
||||||
# prefix: tests
|
|
||||||
# - store_artifacts:
|
|
||||||
# path: coverage
|
|
||||||
# prefix: coverage
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user