diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 2bb744d..4d0ed90 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -211,22 +211,27 @@ jobs: TF_VAR_target_node: ${{ secrets.PVE_TARGET_NODE }} TF_VAR_test_vm_password: ${{ env.PVE_PASSWORD }} run: | - cat > /tmp/instances.tfvars.json <<'TFVARS' + cat > /tmp/instances.tfvars.json </dev/null || echo "No ISOs in RUNNER_TEMP" + ls -la "${CACHE_DIR}/"*.iso 2>/dev/null || echo "No ISOs in CACHE_DIR" terraform apply -auto-approve -input=false -var-file=/tmp/instances.tfvars.json # ── Wait for both PVE instances and create API tokens ────────────