Skip to content

Commit ac41c2c

Browse files
committed
Adds checkout to test reporter workflow
1 parent cb3a65f commit ac41c2c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/report-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
if: github.event.workflow_run.conclusion != 'cancelled'
1919

2020
steps:
21+
- name: Checkout code
22+
uses: actions/checkout@v4
23+
2124
- name: Download artifacts
2225
uses: actions/download-artifact@v4
2326
with:

0 commit comments

Comments
 (0)