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 e4d08ea commit d2fab4f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/node-ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ jobs:
id: test-id
run: |
echo "summary=$(echo {'summary':'$(cat code-coverage-results.md)'})" >> "$GITHUB_OUTPUT"
- name: Add d
id: test-ids
run: |
echo ${{ steps.test-id.outputs.summary }}
- name: Add Coverage check
uses: LouisBrunner/[email protected]
Expand Down

0 comments on commit d2fab4f

Please sign in to comment.