Closed
Description
Bug Report
Issue
Nitric Up GitHub action still shows up as successful even though it appears the build failed.
Steps
Steps to reproduce the behavior:
- Create a Nitric project
- Create a GitHub action with Nitric GH Action using up command to deploy
- Have a bug in the Nitric project that will cause the build to fail
- Observe an error message in the build logs, but that the GH Action is still successful:

Expected
Expect the GH Action Workflow to fail
Environment and setup information
- Nitric CLI Version: Nitric 1.43.0
- Operating System: Ubuntu (GH Action Runner)
- Nitric dependencies and their versions, such as SDKs or Middleware: Nitric Python SDK 1.0.6
- Cloud providers you are deploying to and their version: nitric/[email protected]
Other info
Nil