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 44cde97 commit 02f9abb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node-ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ jobs:
- name: Add Coverage
id: test-id
run: |
echo summary='{"summary":"$(cat code-coverage-results.md)"}' >> "$GITHUB_OUTPUT"
coverage=$(cat code-coverage-results.md)
echo summary='{"summary":"$coverage"}' >> "$GITHUB_OUTPUT"
- name: Add d
id: test-ids
Expand Down

0 comments on commit 02f9abb

Please sign in to comment.