Skip to content

ci: run app tests + package verify on push/PR#2

Closed
hamzamerzic wants to merge 1 commit into
mainfrom
ci/add-workflow
Closed

ci: run app tests + package verify on push/PR#2
hamzamerzic wants to merge 1 commit into
mainfrom
ci/add-workflow

Conversation

@hamzamerzic

Copy link
Copy Markdown
Contributor

Adds CI so future PRs are validated automatically. Checks out the public mobius-os/mobius frontend once (cached) and points MOBIUS_FRONTEND_NODE_MODULES at it, then runs npm test + npm run verify:mobius if present. Self-triggers on this PR. (scripts: test)

🤖 Generated with Claude Code

Möbius mini-app CI: checks out the public mobius-os/mobius frontend once and
points MOBIUS_FRONTEND_NODE_MODULES at it (mini-app tests bundle index.jsx and
import react/marked/dompurify). Runs npm test + verify:mobius if present.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@hamzamerzic

Copy link
Copy Markdown
Contributor Author

The CI check is red because of a pre-existing test failure, not the workflow: not ok 29 - fetch.sh resolves and retries a configured fallback agent. The workflow is correct — it surfaced a real test issue. Fix that test (or fetch.sh) and this merges green.

@hamzamerzic

Copy link
Copy Markdown
Contributor Author

Superseded by fe5618e on main. The current app workflow is green; this older PR still runs against stale app assertions and failed, so it should not be merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant