Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-noland committed Oct 29, 2024
1 parent bcb5dd2 commit 5dc4866
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-developer-experience.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: install openssl and libssl-dev (needed for markdown-test-report)
run: |
sudo apt-get update
sudo apt-get --yes --no-install-recommends install pkg-config openssl libssl-dev
sudo apt-get --yes --no-install-recommends install pkg-config openssl libssl-dev colorized-logs
- name: install markdown-test-report
run: cargo binstall --no-confirm markdown-test-report
- name: refresh-compile-env
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ test:
> Target: {{target}}

EOF
declare -rx log="$(< $report_dir/report.log)"
declare -rx log="$(ansi2txt < $report_dir/report.log)"
cat "$report_dir/report.md" >> $GITHUB_STEP_SUMMARY
cat >> "$GITHUB_STEP_SUMMARY" <<EOF
<details>
Expand Down

0 comments on commit 5dc4866

Please sign in to comment.