Skip to content

Commit

Permalink
Add even more new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
VOID404 committed Sep 6, 2024
1 parent 9d0eece commit 1372209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compass-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
# if test log exists
if [ -f ${{ env.unit-test-log }} ]; then
echo '## Unit Tests'
printf '<details>\n<summary>click to expand logs</summary>\n'
printf '\n<details>\n<summary>click to expand logs</summary>\n'
printf '\n```\n'
cat ${{ env.unit-test-log }}
printf '\n```\n</details>\n'
Expand Down

0 comments on commit 1372209

Please sign in to comment.