We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c25d3c3 commit 6fba5aaCopy full SHA for 6fba5aa
.circleci/config.yml
@@ -5,10 +5,13 @@ jobs:
5
build:
6
docker:
7
- image: cimg/node:15.0.1-browsers
8
+ environment:
9
+ NPM_CONFIG_PREFIX: "~/.npm-global"
10
working_directory: ~/meteor-coverage
11
steps:
12
- checkout
- - run: sudo npm install --unsafe-perm -g meteor
13
+ - echo 'export PATH=~/.npm-global/bin:$PATH' >> $BASH_ENV
14
+ - run: npm install --unsafe-perm -g meteor
15
- run: meteor npm install
16
- run: mkdir .coverage
17
- run: meteor npm test
0 commit comments