writeAWJSON creates .github/workflows/aw.json with the given JSON content.
(t *testing.T, gitRoot, content string)
| 370 | |
| 371 | // writeAWJSON creates .github/workflows/aw.json with the given JSON content. |
| 372 | func writeAWJSON(t *testing.T, gitRoot, content string) { |
| 373 | t.Helper() |
| 374 | writeAWJSONRaw(t, gitRoot, content) |
| 375 | } |
| 376 | |
| 377 | // writeAWJSONRaw creates .github/workflows/aw.json with raw (possibly invalid) content. |
| 378 | func writeAWJSONRaw(t *testing.T, gitRoot, content string) { |
no test coverage detected