Skip to content

Commit

Permalink
new(action): upload raw testing report
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Guerra <[email protected]>
  • Loading branch information
LucaGuerra committed Apr 11, 2024
1 parent f0b0c12 commit 139be39
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,10 @@ runs:
with:
paths: "${{ github.action_path }}/report.xml"
show: ${{ inputs.show-all && 'all' || 'fail' }}

- name: Upload Test Summary
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with:
name: falcosecurity-testing-report
path: "${{ github.action_path }}/report.xml"
if: always()

0 comments on commit 139be39

Please sign in to comment.