Skip to content

Commit

Permalink
fix: make sure folder exists
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Nov 13, 2024
1 parent 4e78144 commit 5b2239a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- name: Create comment body
id: get-comment-body
run: |
mkdir -p /tmp/content
printf "Foundry report\n\n" > /tmp/content/content.txt
printf "\`\`\`shell\n$(cat /tmp/foundry_version)\n\`\`\`\n\n" >> /tmp/content/content.txt
printf "<details><summary>Build log</summary>\n\n\`\`\`shell\n$(cat /tmp/foundry_build)\n\`\`\`\n</details>\n\n" >> /tmp/content/content.txt
Expand Down

0 comments on commit 5b2239a

Please sign in to comment.