Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
Signed-off-by: oliver könig <[email protected]>
  • Loading branch information
ko3n1g committed Jan 22, 2025
1 parent 3e56347 commit c2d5d6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/_test_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ jobs:
potential_infra_failure=$(cat err.log | grep -Eqiw "device" && echo true || echo false)
echo "potential_infra_failure=$potential_infra_failure" >> "$GITHUB_OUTPUT"
coverage_report=$(docker exec nemo_container_${{ github.run_id }} bash -c 'cat coverage.json' | base64 -w 0)
docker cp nemo_container_${{ github.run_id }}:coverage.json coverage.json
coverage_report=$(cat coverage.json | base64 -w 0)
echo "coverage_report=$coverage_report" >> "$GITHUB_OUTPUT"
exit $EXIT_CODE
Expand Down

0 comments on commit c2d5d6b

Please sign in to comment.