Skip to content

Commit

Permalink
add to path
Browse files Browse the repository at this point in the history
  • Loading branch information
szachovy committed Jun 28, 2024
1 parent bd0a469 commit 8ce5d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stateful-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
terraform_version: "1.0.10"

- name: test
run: whereis terraform && echo $PATH
run: echo $(whereis terraform | awk '{print $2}') >> $GITHUB_PATH

- name: Set up Node.js
uses: actions/setup-node@v2
Expand Down

0 comments on commit 8ce5d40

Please sign in to comment.