Commit ed40446
authored
chore(test): remove redundant step in test workflow (#2948)
This step is redundant now, as the yaml format and check result step is
reformatted in #2920 and moved into `all_test.go`.
https://github.com/googleapis/librarian/blob/7df4cf74f1d8cb5c1edddd773741c1253d8e20d4/all_test.go#L245-L257
However, the `Detect formatting changes` step is not deleted from the
workflow. This causes #2933 in rare cases because test inside
`cmd/doc_generate_test.go` writes to non-test file as part of the test
(to verify no change). "Detect formatting changes" can kick in too soon
and run into corrupt files.
Fixes #29331 parent 8eb43f8 commit ed40446
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | 39 | | |
42 | 40 | | |
43 | 41 | | |
| |||
0 commit comments