Skip to content

Commit

Permalink
misc: fix test logs upload on builds that don't run tests
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Boldyrev <[email protected]>
  • Loading branch information
bpg committed Jun 25, 2024
1 parent a0d9300 commit 27cf34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:

- name: Upload test log
uses: actions/upload-artifact@v4
if: always()
if: ${{ steps.filter.outputs.go == 'true' }}
with:
name: test-log
path: /tmp/gotest.log
Expand Down

0 comments on commit 27cf34f

Please sign in to comment.