Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Gustavo Schirmer <[email protected]>
  • Loading branch information
jeanpsv and hurrycaner authored Aug 6, 2020
1 parent 607c650 commit b42978a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ cp -r /project-tests/* .
npm install

if $run_npm_start ; then
npm install -g wait-on
npm start & wait-on $wait_for_url
npm start & npx wait-on $wait_for_url
fi

npm test -- --json --outputFile=evaluation.json
Expand Down

0 comments on commit b42978a

Please sign in to comment.