From 3a6272eaa4ad9b166d620e59e3213c68c09cb5a6 Mon Sep 17 00:00:00 2001 From: Dimitris Karakasilis Date: Mon, 14 Aug 2023 19:10:50 +0300 Subject: [PATCH] Add debug logs Signed-off-by: Dimitris Karakasilis --- .github/workflows/reusable-provider-tests.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/reusable-provider-tests.yaml b/.github/workflows/reusable-provider-tests.yaml index e788af8ec..49f0143a0 100644 --- a/.github/workflows/reusable-provider-tests.yaml +++ b/.github/workflows/reusable-provider-tests.yaml @@ -55,6 +55,8 @@ jobs: DRIVE_SIZE: 30000 CONTAINER_IMAGE: ttl.sh/kairos-${{ inputs.flavor }}-${{ github.sha }}-provider:24h run: | + ls *.iso export ISO=$PWD/$(ls *.iso) + echo "ISO is: $ISO" cp tests/go.* . go run github.com/onsi/ginkgo/v2/ginkgo -v --label-filter "${{ inputs.label }}" --fail-fast -r ./tests/