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.
2 parents a242a87 + e456352 commit e25db49Copy full SHA for e25db49
.github/workflows/build.yaml
@@ -666,7 +666,8 @@ jobs:
666
tee -a "${GITHUB_PATH}" <<< "${RUNNER_TEMP}/lcov-${LCOV_VERSION}/bin"
667
- name: Download test results
668
env:
669
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_REPO: ${{ github.repository }}
670
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
671
run: gh run download "$GITHUB_RUN_ID" --dir "$RUNNER_TEMP/artifacts" --pattern test-results-*
672
- name: Generate test summary
673
uses: pcolby/tap-summary@v1
0 commit comments