Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Commit

Permalink
Test fix CI #22
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainmetayer committed Mar 30, 2018
1 parent cc07fb6 commit b25ebfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
command: npm install
- run:
name: tests
command: npm run start:dist & && wget --retry-connrefused --waitretry=1 --read-timeout=20 --timeout=15 -t 10 http:https://localhost:9000/ && npm test
command: npm run start:dist & pid=$! && wget --retry-connrefused --waitretry=1 --read-timeout=20 --timeout=15 -t 10 http:https://localhost:9000/ && npm test
deploy-production:
docker:
- image: circleci/node:8
Expand Down

0 comments on commit b25ebfb

Please sign in to comment.