We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 484bc79 commit 1890161Copy full SHA for 1890161
.github/workflows/pr-reporting.yml
@@ -11,6 +11,8 @@ jobs:
11
env:
12
GH_TOKEN: ${{ github.token }}
13
steps:
14
+ # added to work around missing .git repo wanted by gh cli
15
+ - uses: actions/checkout@v2
16
- name: Test Report
17
uses: dorny/test-reporter@v1
18
if: always() # run this step even if previous step failed
0 commit comments