Skip to content

ci: remove redundant Linux validation job#411

Open
thymikee wants to merge 1 commit intomainfrom
codex/remove-linux-validate-workflow
Open

ci: remove redundant Linux validation job#411
thymikee wants to merge 1 commit intomainfrom
codex/remove-linux-validate-workflow

Conversation

@thymikee
Copy link
Copy Markdown
Contributor

Summary

Remove the duplicate Linux / Typecheck & Unit Tests validate job from the Linux workflow.

Linux smoke tests now run directly instead of depending on a validation job that duplicated the main CI typecheck and unit-test jobs. This also prevents the duplicated Linux validation phase from blocking Linux smoke when the unit suite hangs or is cancelled.

Touched-file count: 1. Scope stayed within the Linux workflow.

Validation

  • pnpm install --frozen-lockfile
  • pnpm check:tooling
  • pnpm exec vitest run src/__tests__/cli-client-commands.test.ts --reporter=verbose

Known gap: full pnpm test:unit did not complete locally; it exited with code -1 after starting the suite, matching the broader unit-suite instability observed in the investigated GitHub runs.

@github-actions
Copy link
Copy Markdown

PR Preview Action v1.8.1

QR code for preview link

🚀 View preview at
https://callstackincubator.github.io/agent-device/pr-preview/pr-411/

Built to branch gh-pages at 2026-04-14 18:29 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

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