Skip to content
New issue

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

Action fails but no report uploaded #130

Closed
Glennmen opened this issue Nov 4, 2021 · 5 comments
Closed

Action fails but no report uploaded #130

Glennmen opened this issue Nov 4, 2021 · 5 comments
Labels
bug Something isn't working

Comments

@Glennmen
Copy link

Glennmen commented Nov 4, 2021

I want to add this workflow to my project, currently it fails but no report is uploaded.
Also I couldn't find any information in the README what to add to still receive the report because currently I have no idea why it failed.

The PR with failing action: Glennmen/datadog-event-action#7

Any advice is appreciated.

@luhring
Copy link
Contributor

luhring commented Nov 7, 2021

Yeah, this is not a good experience. Sorry about this. Let me look into it...

@luhring luhring added the bug Something isn't working label Nov 7, 2021
@luhring
Copy link
Contributor

luhring commented Nov 8, 2021

As a starting point, check out the Action Inputs section in the README. You should be able to temporarily work around this by setting fail-build to false (it defaults to true), especially as you're still working on adding this checkpoint in your pipeline.

Another setting that could help us troubleshoot this is to set debug to true (it defaults to false). This should add more details entries to the action logs.

@luhring
Copy link
Contributor

luhring commented Nov 8, 2021

I just noticed #128 — would you want to try the approach described there? Admittedly this is a non-obvious solution, and we need a better user experience here.

@Glennmen
Copy link
Author

Glennmen commented Nov 9, 2021

Thanks! I was able to get the report by using continue-on-error: true.
For me this ticket can be closed.

@luhring
Copy link
Contributor

luhring commented Nov 10, 2021

Sounds good! Thanks @Glennmen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants