Skip to content

Commit

Permalink
GHA: fix remove dangling "`" character
Browse files Browse the repository at this point in the history
fix typo

Signed-off-by: Robert Gałat <[email protected]>
  • Loading branch information
RobertGalatNordic committed Oct 24, 2023
1 parent 5191d44 commit 70a8080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/common_run_dut_ut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,5 @@ jobs:
echo "##Summary" >> summary
lcov --summary coverage.info >> summary
echo "#File coverage" >> summary
lcov --list coverage.info` >> summary
lcov --list coverage.info >> summary
cat summary >> $GITHUB_STEP_SUMMARY

0 comments on commit 70a8080

Please sign in to comment.