Skip to content

Commit 1890161

Browse files
committed
ci: adding checkout step to reporting pipeline
1 parent 484bc79 commit 1890161

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr-reporting.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
env:
1212
GH_TOKEN: ${{ github.token }}
1313
steps:
14+
# added to work around missing .git repo wanted by gh cli
15+
- uses: actions/checkout@v2
1416
- name: Test Report
1517
uses: dorny/test-reporter@v1
1618
if: always() # run this step even if previous step failed

0 commit comments

Comments
 (0)