We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6443ba3 commit 4a08010Copy full SHA for 4a08010
.circleci/config.yml
@@ -10,7 +10,7 @@ jobs:
10
working_directory: ~/meteor-coverage
11
steps:
12
- checkout
13
- - run: echo 'export PATH=~/.npm-global/bin:$PATH' >> $BASH_ENV
+ # - run: echo 'export PATH=~/.npm-global/bin:$PATH' >> $BASH_ENV
14
- run: npx meteor
15
- run: meteor npm install
16
- run: mkdir .coverage
0 commit comments