Skip to content

Commit

Permalink
feat: add example
Browse files Browse the repository at this point in the history
  • Loading branch information
kvendingoldo committed Oct 1, 2024
1 parent 9aa20c8 commit 650e08a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
tool_name: terraform
tool_version: 1.5.7
- name: Test terraform
run: terraform version
run: |
ls -lah ~/.tenv
ls -lah .tenv
terraform version
- uses: tofuutils/tenv-github-action@main
with:
Expand Down

0 comments on commit 650e08a

Please sign in to comment.