Commit ce301bf
committed
CI: fix tests.yml yaml parse error in yarn-berry setup heredoc
The previous commit's inline heredoc put @echo off at column 1,
which YAML tries to parse as the start of a token @ is a reserved
indicator). GitHub Actions rejected the whole workflow as
malformed, making every test job skip.
Replace the heredoc with a single printf call that keeps the
body inside the YAML block-scalar's indentation — functionally
equivalent but parseable.1 parent 084599b commit ce301bf
1 file changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
187 | 186 | | |
188 | 187 | | |
189 | 188 | | |
| |||
0 commit comments