Skip to content

Commit

Permalink
Check terraform version and see if tfenv installation can work easier
Browse files Browse the repository at this point in the history
  • Loading branch information
rquadling committed Nov 24, 2023
1 parent d31a85f commit c9cc829
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- run: jq --version
- run: aws --version
- run: jq --version; aws --version; terraform --version
- run: git clone https://github.com/tfutils/tfenv.git ~/.tfenv
- run: ln -s ~/.tfenv/bin/* /usr/local/bin
- run: tfenv install
- run: tfenv/bin/tfenv install
- run: tests/tests.sh

0 comments on commit c9cc829

Please sign in to comment.