Skip to content

Commit

Permalink
Removed --no-progress option for e2e tests on CI until angular/angula…
Browse files Browse the repository at this point in the history
…r-cli#11667 is resolved
  • Loading branch information
sinedied committed Sep 3, 2018
1 parent 6136e24 commit 041f04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ do
ngx new --no-analytics --automate "$CWD/$file" "$TEST_APP_NAME" --no-insights

npm run test:ci -- --no-progress
npm run e2e -- --no-progress
npm run e2e
npm run build -- --no-progress

fi
Expand Down

0 comments on commit 041f04c

Please sign in to comment.