mirror of
https://github.com/opentofu/setup-opentofu.git
synced 2025-12-06 07:50:37 +00:00
fix: ci trial with matrix extension to set wrapper
Signed-off-by: Dmitry Kisler <admin@dkisler.com>
This commit is contained in:
parent
0c987c51b8
commit
08060021de
1 changed files with 2 additions and 0 deletions
2
.github/workflows/setup-tofu.yml
vendored
2
.github/workflows/setup-tofu.yml
vendored
|
|
@ -179,9 +179,11 @@ jobs:
|
||||||
tofu_wrapper: ${{ matrix['tofu-wrapper'] }}
|
tofu_wrapper: ${{ matrix['tofu-wrapper'] }}
|
||||||
|
|
||||||
- name: Check No Arguments
|
- name: Check No Arguments
|
||||||
|
shell: bash
|
||||||
run: tofu || exit 0
|
run: tofu || exit 0
|
||||||
|
|
||||||
- name: Check Single Argument
|
- name: Check Single Argument
|
||||||
|
shell: bash
|
||||||
run: tofu help || exit 0
|
run: tofu help || exit 0
|
||||||
|
|
||||||
- name: Check Single Argument Hyphen
|
- name: Check Single Argument Hyphen
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue