Commit d0544b1
committed
Fix ChoiceDialog disabled-state race and JUnit report job-name misattribution
- testChoiceDialogSelectsEnabledOptionAndSkipsDisabled read a freshly-opened dialog's
render state right after waitFor { layerCount == 2 }, with no settle wait - the same
missing-waitForComposeIdle() gap already fixed elsewhere in this suite. Added it before
reading the disabled 'locked' choice's render state.
- mikepenz/action-junit-report's job_name defaults to the raw job id ("check"), but matrix
expansion names the actual check-run "check (fabric)"/"check (neoforge)" - since neither
matches "check" exactly, the action's job lookup falls through and its annotations land on
an unrelated job (observed: the docs workflow's job) instead of the check run they're
actually for. Explicitly pass job_name: check (${{ matrix.loader }}) to match.1 parent b431a37 commit d0544b1
2 files changed
Lines changed: 6 additions & 0 deletions
File tree
- .github/workflows
- Archie/common/src/main/gametest/net/kernelpanicsoft/archie/gametest/internal/tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
70 | 75 | | |
71 | 76 | | |
72 | 77 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| |||
0 commit comments