Skip to content

Commit

Permalink
Revert "ci: disable lint check in the update test"
Browse files Browse the repository at this point in the history
This reverts commit 4271129.

Re-enables lint check now that v11.0.0-next.4 has released.
  • Loading branch information
dgp1130 authored and alan-agius4 committed Oct 8, 2020
1 parent bad0ced commit 006b6b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/legacy-cli/e2e/tests/update/update-7.0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ export default async function() {
// Run CLI commands.
await ng('generate', 'component', 'my-comp');
await ng('test', '--watch=false');
// TODO: Re-enable after v11.0.0-next.4 release.
// await ng('lint');
await ng('lint');
await ng('e2e');
await ng('e2e', '--prod');

Expand Down

0 comments on commit 006b6b5

Please sign in to comment.