Skip to content

Commit

Permalink
Update windows-build-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewc12 committed Jul 30, 2023
1 parent a54f28b commit 954c0d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/windows-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2317,7 +2317,10 @@ jobs:
run: 'python.exe -u "${{github.workspace}}\contrib\windows\tests\btrfstests.py" -path ${{github.workspace}}\'

- name: Adding markdown
run: cat ${{github.workspace}}\winbtrfs.log | Out-File $GITHUB_STEP_SUMMARY
run: |
cat ${{github.workspace}}\winbtrfs.log >> $GITHUB_STEP_SUMMARY
cat $GITHUB_STEP_SUMMARY
shell: bash

- name: Upload a Build Artifact
uses: actions/[email protected]
Expand Down

0 comments on commit 954c0d7

Please sign in to comment.