diff --git a/.github/workflows/integration-tests-vm-type.yml b/.github/workflows/integration-tests-vm-type.yml index 276070e720..b5e6d8c460 100644 --- a/.github/workflows/integration-tests-vm-type.yml +++ b/.github/workflows/integration-tests-vm-type.yml @@ -121,6 +121,14 @@ jobs: fi make -C "${{ github.workspace }}/ansible" destroy-vms + - name: Unarchive logs + run: | + cd ${{ github.workspace }}/integration-tests/ + for file in container-logs/*.tar.gz; do + tar -C xzf "$file" + rm -f "$file" + done + - name: Store artifacts if: always() uses: actions/upload-artifact@v4