Skip to content

Commit f4ba8aa

Browse files
committed
[CIRCLE_CI]: removing filters so tests run on all branches
1 parent bdd8e76 commit f4ba8aa

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- restore_cache:
1515
key: dependency-cache-{{ checksum "package-lock.json" }}
1616
- run:
17-
name: Install npm wee
17+
name: Install npm dependencies
1818
command: npm install
1919
- save_cache:
2020
key: dependency-cache-{{ checksum "package-lock.json" }}
@@ -46,6 +46,3 @@ workflows:
4646
- test:
4747
requires:
4848
- build
49-
filters:
50-
branches:
51-
only: master

0 commit comments

Comments
 (0)