Commit ed2b1a4
committed
Build/Test Tools: Avoid logging the same debug info twice in the PHPUnit workflow.
Also includes some inline documentation fixes for workflow files.
See #50401.
git-svn-id: https://develop.svn.wordpress.org/trunk@49371 602fd350-edb4-49c9-b593-d223f7449a821 parent 6b2f57d commit ed2b1a4Copy full SHA for ed2b1a4
File tree
Expand file treeCollapse file tree
4 files changed
+9
-11
lines changedOpen diff view settings
Filter options
- .github/workflows
Expand file treeCollapse file tree
4 files changed
+9
-11
lines changedOpen diff view settings
Collapse file
.github/workflows/end-to-end-tests.yml
Copy file name to clipboardExpand all lines: .github/workflows/end-to-end-tests.yml+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
20 | 20 | |
21 | 21 | |
22 | 22 | |
23 | | - |
| 23 | + |
24 | 24 | |
25 | 25 | |
26 | 26 | |
27 | 27 | |
28 | 28 | |
29 | 29 | |
30 | | - |
| 30 | + |
31 | 31 | |
32 | 32 | |
33 | 33 | |
|
Collapse file
.github/workflows/javascript-tests.yml
Copy file name to clipboardExpand all lines: .github/workflows/javascript-tests.yml+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
14 | 14 | |
15 | 15 | |
16 | 16 | |
17 | | - |
| 17 | + |
18 | 18 | |
19 | 19 | |
20 | 20 | |
|
Collapse file
.github/workflows/phpunit-tests.yml
Copy file name to clipboardExpand all lines: .github/workflows/phpunit-tests.yml+5-7Lines changed: 5 additions & 7 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
26 | 26 | |
27 | 27 | |
28 | 28 | |
29 | | - |
| 29 | + |
30 | 30 | |
31 | 31 | |
32 | 32 | |
33 | | - |
| 33 | + |
34 | 34 | |
35 | 35 | |
36 | 36 | |
| ||
108 | 108 | |
109 | 109 | |
110 | 110 | |
111 | | - |
112 | | - |
| 111 | + |
| 112 | + |
113 | 113 | |
114 | 114 | |
115 | 115 | |
116 | 116 | |
117 | 117 | |
118 | | - |
| 118 | + |
119 | 119 | |
120 | 120 | |
121 | 121 | |
| ||
236 | 236 | |
237 | 237 | |
238 | 238 | |
239 | | - |
240 | | - |
241 | 239 | |
242 | 240 | |
243 | 241 | |
|
Collapse file
.github/workflows/verify-npm-on-windows.yml
Copy file name to clipboardExpand all lines: .github/workflows/verify-npm-on-windows.yml+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
17 | 17 | |
18 | 18 | |
19 | 19 | |
20 | | - |
| 20 | + |
21 | 21 | |
22 | 22 | |
23 | 23 | |
|
0 commit comments