mirror of
https://github.com/opentofu/setup-opentofu.git
synced 2025-12-06 07:50:37 +00:00
chore: removes the constraints step because it must be covered by unit tests.
Signed-off-by: Dmitry Kisler <admin@dkisler.com>
This commit is contained in:
parent
b1f5c5453f
commit
137fcca5fe
1 changed files with 0 additions and 22 deletions
22
.github/workflows/setup-tofu.yml
vendored
22
.github/workflows/setup-tofu.yml
vendored
|
|
@ -37,28 +37,6 @@ jobs:
|
||||||
if: ${{ matrix['tofu-versions'] != 'latest' }}
|
if: ${{ matrix['tofu-versions'] != 'latest' }}
|
||||||
run: tofu version | grep ${{ matrix['tofu-versions']}}
|
run: tofu version | grep ${{ matrix['tofu-versions']}}
|
||||||
|
|
||||||
# TODO: uncomment when the semver feature is implemented
|
|
||||||
# tofu-versions-constraints:
|
|
||||||
# name: 'OpenTofu Versions Constraints'
|
|
||||||
# runs-on: ${{ matrix.os }}
|
|
||||||
# strategy:
|
|
||||||
# matrix:
|
|
||||||
# os: [ubuntu-latest, windows-latest, macos-latest]
|
|
||||||
# tofu-versions: [1.6.0-alpha1]
|
|
||||||
# tofu-wrapper: ["true", "false"]
|
|
||||||
# steps:
|
|
||||||
# - name: Checkout
|
|
||||||
# uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
|
|
||||||
#
|
|
||||||
# - name: Setup OpenTofu - ${{ matrix['tofu-versions'] }}
|
|
||||||
# uses: ./
|
|
||||||
# with:
|
|
||||||
# tofu_version: ${{ matrix['tofu-versions'] }}
|
|
||||||
# tofu-wrapper: ["true", "false"]
|
|
||||||
#
|
|
||||||
# - name: Validate OpenTofu Version - ${{ matrix['tofu-versions'] }}
|
|
||||||
# run: tofu version | grep 'OpenTofu v1\.6\.0-alpha1'
|
|
||||||
|
|
||||||
tofu-arguments:
|
tofu-arguments:
|
||||||
name: 'OpenTofu Arguments'
|
name: 'OpenTofu Arguments'
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue