Skip to content

Commit 2862563

Browse files
ci: webpack@5 test
1 parent 4ee0f29 commit 2862563

File tree

7 files changed

+130
-678
lines changed

7 files changed

+130
-678
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353
node-8-canary:
5454
node_version: ^8.9.0
5555
webpack_version: next
56-
continue_on_error: true
5756
steps:
5857
- task: NodeTool@0
5958
inputs:
@@ -108,7 +107,6 @@ jobs:
108107
node-8-canary:
109108
node_version: ^8.9.0
110109
webpack_version: next
111-
continue_on_error: true
112110
steps:
113111
- task: NodeTool@0
114112
inputs:
@@ -163,7 +161,6 @@ jobs:
163161
node-8-canary:
164162
node_version: ^8.9.0
165163
webpack_version: next
166-
continue_on_error: true
167164
steps:
168165
- script: 'git config --global core.autocrlf input'
169166
displayName: 'Config git core.autocrlf'
@@ -198,4 +195,4 @@ jobs:
198195
displayName: 'Publish test results'
199196
- script: curl -s https://codecov.io/bash | bash -s -- -t $(CODECOV_TOKEN)
200197
condition: succeededOrFailed()
201-
displayName: 'Submit coverage data to codecov'
198+
displayName: 'Submit coverage data to codecov'

0 commit comments

Comments
 (0)