Skip to content

Commit

Permalink
Update node-ci-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sirishgf authored Jan 23, 2024
1 parent bf79f70 commit e4d08ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node-ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Add Coverage
id: test-id
run: |
cat code-coverage-results.md
echo "summary=$(echo {'summary':'$(cat code-coverage-results.md)'})" >> "$GITHUB_OUTPUT"
- name: Add Coverage check
uses: LouisBrunner/[email protected]
Expand All @@ -85,5 +85,5 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
name: Test coveragec
conclusion: ${{ job.status }}
output: |
$(echo {"summary":"$(cat code-coverage-results.md)"})
output: ${{ steps.test-id.outputs.summary }}

0 comments on commit e4d08ea

Please sign in to comment.