mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-08-23 03:48:35 +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
|
- name: Upload test log
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
if: always()
|
if: ${{ steps.filter.outputs.go == 'true' }}
|
||||||
with:
|
with:
|
||||||
name: test-log
|
name: test-log
|
||||||
path: /tmp/gotest.log
|
path: /tmp/gotest.log
|
||||||
|
Loading…
Reference in New Issue
Block a user