Skip to content

Fix CI build failure by removing exit 1 command#2

Closed
austenstone wants to merge 1 commit intomainfrom
fix-ci-build-failure
Closed

Fix CI build failure by removing exit 1 command#2
austenstone wants to merge 1 commit intomainfrom
fix-ci-build-failure

Conversation

@austenstone
Copy link
Copy Markdown
Owner

Summary

This PR fixes the CI build failure identified in workflow run #18366655784.

Changes

  • Removed the intentional exit 1 command from the CI workflow that was causing the build to fail
  • The CI workflow will now complete successfully after echoing "Hello, world!"

Details

The build job was failing with exit code 1 due to the - run: exit 1 step in .github/workflows/ci.yml. This step has been removed to allow the workflow to pass.

Analysis:

Fixes the failure in commit 4631fb6.

The build job was failing due to an intentional 'exit 1' command in the CI workflow.
This commit removes that line to allow the build to pass successfully.
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