Skip to content

Commit

Permalink
get tenv tf version
Browse files Browse the repository at this point in the history
Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
  • Loading branch information
rdhar committed Apr 8, 2024
1 parent a5f9ca0 commit 9654d83
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tf_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ jobs:
tenv ${CLI_USES} use 1.6.1
${CLI_USES} --version
- name: Version TF
env:
CLI_USES: ${{ matrix.cli_uses }}
run: ${CLI_USES} --version

- name: Provision TF
id: tf
continue-on-error: true
Expand Down

0 comments on commit 9654d83

Please sign in to comment.