Skip to content

fix(ci): valid Windows workflow YAML (colon broke parse) + probe results - #113

Merged
sandstream merged 1 commit into
mainfrom
windows-ci/probe
Jun 24, 2026
Merged

fix(ci): valid Windows workflow YAML (colon broke parse) + probe results#113
sandstream merged 1 commit into
mainfrom
windows-ci/probe

Conversation

@sandstream

Copy link
Copy Markdown
Owner

The Windows probe (#43) workflow had a colon-space in a step name (Build (cross-platform: rimraf …)) → GitHub rejected the whole file ("workflow file issue") and never registered workflow_dispatch. Removed the colon; YAML now valid (verified locally with a yaml parser).

First real Windows probe result (windows-latest): Install ✓, Build ✓ — the cross-platform build (#1.28.2) is confirmed working on native Windows. Unit tests ✗ (fails fast at startup; the specific failures aren't capturable from gh's truncated logs — needs Windows-side diagnosis). That's the next #43 layer (runtime blockers: POSIX hooks / tar / ACLs / path handling surfaced via the test suite).

🤖 Generated with Claude Code

The Build step name had a colon-space ('cross-platform: rimraf …') which made
GitHub reject the whole workflow ('workflow file issue') and never register
workflow_dispatch. Removed the colon so the probe actually runs.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown

✅ Docker image built successfully

  • CLI image: docker.io/sandstream/kit:test

@sandstream
sandstream merged commit 24ba895 into main Jun 24, 2026
15 of 16 checks passed
@sandstream
sandstream deleted the windows-ci/probe branch June 24, 2026 14:52
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