From 06b40d2452bbaadbf0777eeda9d75e277e0b4810 Mon Sep 17 00:00:00 2001 From: Francois Ferrand Date: Thu, 11 Apr 2024 01:16:18 +0200 Subject: [PATCH] debug --- .github/workflows/actions.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index baa3c19..113d9c6 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -86,6 +86,10 @@ jobs: - name: Unit testing with bash_unit run: | + containerd --version || true + ctr --version || true + sudo ctr plugin ls + export IMAGE="${{ env.DOCKER_IMAGE }}:${{ github.sha }}" sudo FORCE_COLOR=true ./bash_unit test.sh # TODO: parse individual tests results (in TAP format)