mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-30 02:31:10 +00:00
misc: fix test logs upload on builds that don't run tests
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
parent
a0d9300f0f
commit
27cf34f9b4
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user