Skip to content

Commit e3a2d7a

Browse files
authored
🧹 fix test reporting (#1065)
Signed-off-by: Ivan Milchev <ivan@mondoo.com>
1 parent 687b688 commit e3a2d7a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/pr-test-lint.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,16 @@ jobs:
7474
name: test-results
7575
path: report.xml
7676

77+
event_file:
78+
name: "Store event file"
79+
runs-on: ubuntu-latest
80+
steps:
81+
- name: Upload
82+
uses: actions/upload-artifact@v4
83+
with:
84+
name: Event File
85+
path: ${{ github.event_path }}
86+
7787
license-check:
7888
runs-on: ubuntu-latest
7989
steps:

0 commit comments

Comments
 (0)