Use dedicated Android CI runner
ci / lint-test (push) Failing after 2m28s
ci / build (push) Has been skipped

This commit is contained in:
Joe Julian
2026-04-03 18:04:41 -07:00
parent 07d15d4f71
commit fd91e8fbcd
2 changed files with 47 additions and 7 deletions
+2
View File
@@ -2802,6 +2802,7 @@ func TestUIKeyboardShortcutActionsDispatchExpectedCommands(t *testing.T) {
},
},
})
u.clipboardWriter = &memoryClipboardWriter{}
u.showEntriesSection()
u.state.NavigateToPath([]string{"Root", "Internet"})
u.filter()
@@ -3016,6 +3017,7 @@ func TestUIActionErrorsAndStatusMessagesAreCapturedForDisplay(t *testing.T) {
{ID: "git-server", Title: "Git Server", Username: "joejulian", Password: "token-1", URL: "https://git.julianfamily.org", Path: []string{"Root", "Internet"}},
},
})
u.clipboardWriter = &memoryClipboardWriter{}
u.showEntriesSection()
u.state.NavigateToPath([]string{"Root", "Internet"})
u.filter()