Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Commit 0ae40c0

Browse files
committed
Split install into it's own step.
Idea here is to seperate the commands for two reasons: * see their output seperately * time them seperately so we can better understand where the bottlenecks are (though 99.999% sure it's saucelabs :P)
1 parent b1296eb commit 0ae40c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
- restore_cache:
99
key: dependency-cache-{{ checksum "package.json" }}
1010
- run: npm config set "//registry.npmjs.org/:_authToken" $NPM_AUTH
11+
- run: make install
1112
- run: make test
1213
- save_cache:
1314
key: dependency-cache-{{ checksum "package.json" }}

0 commit comments

Comments
 (0)