Unverified Commit b3973b99 authored by Frank Lee's avatar Frank Lee Committed by GitHub
Browse files

[workflow] fixed test coverage report (#2611)

parent ae86be1f
......@@ -2,7 +2,7 @@ name: Report Test Coverage
on:
workflow_run:
workflows: [Build]
workflows: [Build on PR]
types:
- completed
......@@ -56,7 +56,7 @@ jobs:
echo "</details>" >> coverage.txt
- name: 'Comment on PR'
if: steps.unzip.outputs.hasReport == "true"
if: steps.unzip.outputs.hasReport == 'true'
uses: actions/github-script@v6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment