mirror of
https://github.com/opentofu/setup-opentofu.git
synced 2025-12-06 07:50:37 +00:00
chore: enhances tests.
Signed-off-by: Dmitry Kisler <admin@dkisler.com>
This commit is contained in:
parent
45ec8bfee0
commit
ae5138eb8b
4 changed files with 219 additions and 202 deletions
9
.github/workflows/setup-tofu.yml
vendored
9
.github/workflows/setup-tofu.yml
vendored
|
|
@ -17,9 +17,8 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
# TODO: add move versions to test when the feature is added
|
||||
tofu-versions: [latest]
|
||||
tofu-wrapper: ["true", "false"]
|
||||
tofu-versions: [1.6.0-alpha1, latest]
|
||||
tofu-wrapper: [true, false]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
|
||||
|
|
@ -43,7 +42,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
tofu-wrapper: ["true", "false"]
|
||||
tofu-wrapper: [true, false]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
|
||||
|
|
@ -77,7 +76,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
tofu-wrapper: ["true", "false"]
|
||||
tofu-wrapper: [true, false]
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ./.github/workflows/data/local
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue