Commit 87aa125
chore: make "Disable Windows Defender" step non-blocking in E2E workflow (#1397)
The scheduled E2E run failed because the "Disable Windows Defender"
PowerShell step errored, causing all subsequent steps to be skipped.
This is a performance optimization, not a prerequisite.
- Add `continue-on-error: true` to both "Disable Windows Defender" steps
in `.github/workflows/e2e-test.yml` (build job and e2e-test job)
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: fengmk2 <156269+fengmk2@users.noreply.github.com>
Co-authored-by: MK (fengmk2) <fengmk2@gmail.com>1 parent 87c1aa5 commit 87aa125
File tree
2 files changed
+3
-1
lines changed- .github/workflows
- crates/vite_global_cli/src
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| |||
344 | 345 | | |
345 | 346 | | |
346 | 347 | | |
| 348 | + | |
347 | 349 | | |
348 | 350 | | |
349 | 351 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1182 | 1182 | | |
1183 | 1183 | | |
1184 | 1184 | | |
1185 | | - | |
| 1185 | + | |
1186 | 1186 | | |
1187 | 1187 | | |
0 commit comments