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:
Dmitry Kisler 2023-10-10 00:37:05 +02:00
parent b1f5c5453f
commit 137fcca5fe
No known key found for this signature in database
GPG key ID: 46C0A987D58548F6

View file

@ -37,28 +37,6 @@ jobs:
if: ${{ matrix['tofu-versions'] != 'latest' }}
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:
name: 'OpenTofu Arguments'
runs-on: ${{ matrix.os }}