Skip to content

feat: replace mails.dev with genedai.space as default hosted service #8

feat: replace mails.dev with genedai.space as default hosted service

feat: replace mails.dev with genedai.space as default hosted service #8

Triggered via push March 26, 2026 15:51
Status Failure
Total duration 18s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
test
Process completed with exit code 1.
error: expect(received).toContain(expected): test/unit/cli.test.ts#L120
Expected to contain: "mails.dev" Received: "mails-agent - Email infrastructure for AI agents\n\nUsage:\n mails <command> [options]\n\nCommands:\n claim Claim a @genedai.space mailbox for your agent\n send Send an email\n inbox List received emails\n code Wait for a verification code\n config View or modify configuration\n help Show this help message\n version Show version\n\nClaim:\n mails claim <name> Claim name@genedai.space (max 10 per user)\n Opens browser for human approval.\n In headless mode, shows a URL\n for the human to confirm.\n\nSend:\n mails send --to <email> --subject <subject> --body <text>\n mails send --to <email> --subject <subject> --html <html>\n mails send --from \"Name <email>\" --to <email> --subject <subject> --body <text>\n mails send --to <email> --subject <subject> --body <text> --attach ./invoice.pdf\n\nInbox:\n mails inbox List recent emails\n mails inbox --mailbox <address> List emails for a specific mailbox\n mails inbox --query \"reset password\" Search emails in a mailbox\n mails inbox --query \"invoice\" --direction inbound --limit 10\n mails inbox <id> Show email details\n\nCode:\n mails code --to <address> Wait for a verification code\n mails code --to <address> --timeout 60\n\nConfig:\n mails config Show current config\n mails config set <key> <value> Set a config value\n mails config get <key> Get a config value\n mails config path Show config file path\n\nEnvironment:\n MAILS_API_URL Override API base URL (default: https://mails-worker.genedai.workers.dev)\n MAILS_CLAIM_URL Override claim page URL (default: https://genedai.space)\n\nhttps://github.com/Digidai/mails" at <anonymous> (/home/runner/work/mails/mails/test/unit/cli.test.ts:120:20)
test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/