We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Model Integration CI task succeeds when its Swift build & test stage fails.
Example run: https://github.com/awslabs/aws-sdk-swift/actions/runs/5331072196/jobs/9658455576
It appears that after a failure, the test runner Swift CLI script does not fail with the appropriate error code.
Model build fails on error Model Integration CI task fails on error as well
Model build fails on error Model Integration CI succeeds
Push code that contains a Swift build error Run "Model Integration" CI task manually on that commit
Make the AWSSDKSwiftCLI test runner fail with the appropriate exit code
AWSSDKSwiftCLI
No response
main / latest
Xcode 14.3.1
macOS 13.3
The text was updated successfully, but these errors were encountered:
Shipped in AWS SDK for Swift 0.20.0
Sorry, something went wrong.
jbelkins
No branches or pull requests
Describe the bug
The Model Integration CI task succeeds when its Swift build & test stage fails.
Example run: https://github.com/awslabs/aws-sdk-swift/actions/runs/5331072196/jobs/9658455576
It appears that after a failure, the test runner Swift CLI script does not fail with the appropriate error code.
Expected Behavior
Model build fails on error
Model Integration CI task fails on error as well
Current Behavior
Model build fails on error
Model Integration CI succeeds
Reproduction Steps
Push code that contains a Swift build error
Run "Model Integration" CI task manually on that commit
Possible Solution
Make the
AWSSDKSwiftCLI
test runner fail with the appropriate exit codeAdditional Information/Context
No response
AWS SWIFT SDK version used
main / latest
Compiler and Version used
Xcode 14.3.1
Operating System and version
macOS 13.3
The text was updated successfully, but these errors were encountered: