Skip to content

chore: bump version to 0.1.9 for the game-ci test --docker feature (#95) - #96

Merged
frostebite merged 1 commit into
mainfrom
chore/bump-0.1.9
Aug 18, 2026
Merged

frostebite merged 1 commit into
mainfrom
chore/bump-0.1.9

Conversation

@frostebite

Copy link
Copy Markdown
Member

Real gap found while converting unity-test-runner to a thin wrapper: cliVersion=latest resolves to whatever GitHub Release is marked latest, not main#95 merged to main but no release was ever cut for it, so every consumer defaulting to "latest" was still getting v0.1.8's binary, which has no --docker/--local flags on test at all. Confirmed via a real CI run on unity-test-runner's thin-wrapper PR: yargs reported them as unknown arguments and every job failed.

This just bumps the version; a GitHub Release (v0.1.9) needs to be cut from this commit once merged to actually publish the binaries.

Real gap found while converting unity-test-runner to a thin wrapper:
cliVersion=latest resolves to whatever GitHub Release is marked latest,
not main - #95 merged to main but no release was ever cut for it, so
every consumer defaulting to "latest" was still getting v0.1.8's binary,
which has no --docker/--local flags on `test` at all (confirmed via a
real CI run: yargs reported them as unknown arguments).
@coderabbitai

coderabbitai Bot commented Aug 18, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 2fd1919a-062b-439c-b53a-1e822af876c6


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@frostebite
frostebite merged commit 9c01d81 into main Aug 18, 2026
15 checks passed
@frostebite
frostebite deleted the chore/bump-0.1.9 branch August 18, 2026 20:01
frostebite added a commit that referenced this pull request Aug 18, 2026
Docker test runs on unity-test-runner's thin-wrapper PR fail near-
instantly with zero visible stdout - only two 'cat: no such file'
stderr lines from the very end of test.sh's loop body, meaning the
script reaches its last lines but nothing from mkdir/echo/unity-editor
earlier in the script is visible at all, and the whole thing completes
in well under a second (confirmed via job log timestamps) - too fast
for Unity to have actually launched.

Ruled out so far: the version-pin gap (#96, fixed), the eval/array bug
in the coverage flags (#97, fixed) - this is a third, still-unidentified
issue. set -x traces every command to stderr, which (unlike stdout) is
rendering promptly in the CI log, to find the actual failure point in
the next run. Temporary - will be removed once root-caused.
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