Commit ab4700f
authored
Give the v4 workflow its own file name (#2990)
Renaming the workflow in #2989 was not enough. A workflow is identified by its
file path, and the name comes from the copy on the default branch, so this file
was still labelled "CI" because main has a ci.yml. test-report.yml on main runs
after every workflow named "CI", and it failed on every v4 run, Pester 4 writes
NUnit 2.5 XML that dorny/test-reporter cannot read.
ci.yml becomes ci-v4.yml, which makes it a separate workflow with its own name.
The gate job is still "Done".
🤖1 parent 8d1848f commit ab4700f
1 file changed
Lines changed: 6 additions & 3 deletions
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
| |||
0 commit comments