Skip to content

Commit 041f04c

Browse files
committed
Removed --no-progress option for e2e tests on CI until angular/angular-cli#11667 is resolved
1 parent 6136e24 commit 041f04c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ do
6767
ngx new --no-analytics --automate "$CWD/$file" "$TEST_APP_NAME" --no-insights
6868

6969
npm run test:ci -- --no-progress
70-
npm run e2e -- --no-progress
70+
npm run e2e
7171
npm run build -- --no-progress
7272

7373
fi

0 commit comments

Comments
 (0)