You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We cannot yet enable windows tests, due to an issue with running the headless builder on windows:
```
[webpack-cli] Invalid value '${MODE-production}' for the '--mode' option
[webpack-cli] Expected: 'development | production | none'
```
Copy file name to clipboardExpand all lines: .github/workflows/cli.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ jobs:
12
12
13
13
strategy:
14
14
matrix:
15
-
os: [ubuntu-latest]
15
+
os: [ubuntu-latest, macOS-latest] # windows-latest kui headless build son windows seem to fail [webpack-cli] Invalid value '${MODE-production}' for the '--mode' option
0 commit comments