0
0
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:
Pavel Boldyrev 2024-06-24 23:15:16 -04:00
parent a0d9300f0f
commit 27cf34f9b4
No known key found for this signature in database
GPG Key ID: 637146A2A6804C59

View File

@ -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