diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index baa3c19..875cabd 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -86,6 +86,14 @@ jobs: - name: Unit testing with bash_unit run: | + containerd --version || true + ctr --version || true + sudo ctr plugin ls + sudo cat /etc/containerd/config.toml + + sleep 5 + 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)