ci: quote Woodpecker writers:: cargo filter #174

Merged
PlasticDigits merged 1 commit from issue/172-ci-yaml into main 2026-09-12 05:05:57 +00:00

Summary

  • Quote cargo test --bins writers:: in .woodpecker.yaml. Unquoted writers:: is a YAML map and the compiler errors (cannot unmarshal map into a string) so no ci/woodpecker/pr/woodpecker status can post.
  • Relates to #172 (PR #173 merged with that compiler error).

Test plan

  • ci/woodpecker/pr/woodpecker success on this PR without force_merge
## Summary - Quote `cargo test --bins writers::` in `.woodpecker.yaml`. Unquoted `writers::` is a YAML map and the compiler errors (`cannot unmarshal map into a string`) so no `ci/woodpecker/pr/woodpecker` status can post. - Relates to https://git.cl8y.com/code/cl8y-bridge-monorepo/issues/172 (PR #173 merged with that compiler error). ## Test plan - [ ] `ci/woodpecker/pr/woodpecker` success on this PR without `force_merge`
ci: quote Woodpecker cargo filters so writers:: is a string
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
7af6a13fb3
Unquoted writers:: is parsed as a YAML map and the pipeline compiler errors before any step runs.
Author
Owner

drain skip: default autoland requires tip ACCEPT (#77)

drain skip: default autoland requires tip ACCEPT (#77)
PlasticDigits deleted branch issue/172-ci-yaml 2026-09-12 05:05:57 +00:00
Sign in to join this conversation.
No description provided.