Skip to content

Commit 42e1c24

Browse files
committed
Fixing last test command.
1 parent 8c86006 commit 42e1c24

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
command: |
1414
# No merge marks in commits.
1515
! git log --oneline "-G^(<<<<<<<|=======|>>>>>>>)" | grep '^'
16-
- run: meteor npm install --unsafe-perm -g cli-real-favicon
16+
- run:
17+
command: npm install --unsafe-perm cli-real-favicon
18+
working_directory: /
1719
- run: meteor npm install --unsafe-perm
1820
- run: xvfb-run -s "-screen 0 1280x1024x24" tests/test-runner/test-all.sh
19-
- run: real-favicon check-for-update --fail-on-update public/version.json
21+
- run: /node_modules/.bin/real-favicon check-for-update --fail-on-update public/version.json

0 commit comments

Comments
 (0)