From 08060021de35514f5551aad70c7c1c0c80d17d97 Mon Sep 17 00:00:00 2001 From: Dmitry Kisler Date: Tue, 10 Oct 2023 00:20:41 +0200 Subject: [PATCH] fix: ci trial with matrix extension to set wrapper Signed-off-by: Dmitry Kisler --- .github/workflows/setup-tofu.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/setup-tofu.yml b/.github/workflows/setup-tofu.yml index 06a8949..338ff6f 100644 --- a/.github/workflows/setup-tofu.yml +++ b/.github/workflows/setup-tofu.yml @@ -179,9 +179,11 @@ jobs: tofu_wrapper: ${{ matrix['tofu-wrapper'] }} - name: Check No Arguments + shell: bash run: tofu || exit 0 - name: Check Single Argument + shell: bash run: tofu help || exit 0 - name: Check Single Argument Hyphen