Commit 1e5e3cc
committed
Save screenshot to build output directory
eclipse-platform/eclipse.platform.swt#3303
As screenshots are effectively a build artifact, save them in build
output directory (target/ by default).
SWT does not use Platform, so existing heuristics have not worked in
GitHub Actions, abandoning screenshots in /tmp without archiving into
artifacts.
The change breaks existing Gerrit jobs, but as Gerrit is no longer used,
this should be fine.1 parent 3306df2 commit 1e5e3cc
3 files changed
Lines changed: 14 additions & 0 deletions
File tree
- .github/workflows
- eclipse-platform-parent
- eclipse.platform.releng/bundles/org.eclipse.test/src/org/eclipse/test
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
134 | 135 | | |
135 | 136 | | |
136 | 137 | | |
| |||
343 | 344 | | |
344 | 345 | | |
345 | 346 | | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
346 | 352 | | |
347 | 353 | | |
348 | 354 | | |
| |||
434 | 440 | | |
435 | 441 | | |
436 | 442 | | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
437 | 446 | | |
438 | 447 | | |
439 | 448 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
142 | 146 | | |
143 | 147 | | |
144 | 148 | | |
| |||
0 commit comments