Skip to content

Commit aecb258

Browse files
runningcodeclaude
andcommitted
Update integration tests for help text changes
Update test expectations to match the improved help text that clarifies GitHub Actions environment requirement for PR auto-detection. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 7738230 commit aecb258

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

tests/integration/_cases/build/build-upload-help-macos.trycmd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ Options:
4545
The reference (branch) to use for the upload. If not provided, the current reference will
4646
be used.
4747
--pr-number <pr_number>
48-
The pull request number to use for the upload. If not provided, the PR number will be
49-
automatically detected from GitHub Actions environment variables.
48+
The pull request number to use for the upload. If not provided and running in a GitHub
49+
Actions environment, the PR number will be automatically detected from GitHub Actions
50+
environment variables.
5051
--build-configuration <build_configuration>
5152
The build configuration to use for the upload. If not provided, the current version will
5253
be used.

tests/integration/_cases/build/build-upload-help-not-macos.trycmd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ Options:
4444
The reference (branch) to use for the upload. If not provided, the current reference will
4545
be used.
4646
--pr-number <pr_number>
47-
The pull request number to use for the upload. If not provided, the PR number will be
48-
automatically detected from GitHub Actions environment variables.
47+
The pull request number to use for the upload. If not provided and running in a GitHub
48+
Actions environment, the PR number will be automatically detected from GitHub Actions
49+
environment variables.
4950
--build-configuration <build_configuration>
5051
The build configuration to use for the upload. If not provided, the current version will
5152
be used.

0 commit comments

Comments
 (0)