Commit d08c201
committed
fix: specify bash shell for Windows compatibility in unit-tests
- Add 'shell: bash' to the coverage test step in unit-tests job
- Fixes PowerShell parser error on Windows runners: 'Missing ( after if'
- Bash syntax [[ ]] requires bash shell, not PowerShell default on Windows
- Ensures cross-platform compatibility for conditional coverage logic1 parent 5103f31 commit d08c201
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| 184 | + | |
184 | 185 | | |
185 | 186 | | |
186 | 187 | | |
| |||
0 commit comments