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

fix(action): always store outputs, even when test fails. #49

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

FedeDP
Copy link
Contributor

@FedeDP FedeDP commented Apr 24, 2024

See #46 that introduced the change.
cc @LucaGuerra

@@ -96,18 +95,24 @@ runs:
fi
fi
cat ./report.txt | go-junit-report -set-exit-code > report.xml
echo "report=$(realpath report.xml)" >> $GITHUB_OUTPUT

- name: Set outputs
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reintroduce the store-outputs step and run it always.

@FedeDP
Copy link
Contributor Author

FedeDP commented Apr 24, 2024

See https://github.com/falcosecurity/falco/actions/runs/8802240019/job/24158771651?pr=3177 for the CI failures:

Run test-summary/action@62bc5c6
with:
show: all
Error: Input required and not supplied: paths
Run actions/upload-artifact@5d5d22a
Error: Input required and not supplied: path

/cc @jasondellaluce

Copy link
Collaborator

@jasondellaluce jasondellaluce left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/approve

@poiana
Copy link

poiana commented Apr 24, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: FedeDP, jasondellaluce

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@poiana poiana merged commit da055e7 into falcosecurity:main Apr 24, 2024
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants