Skip to content

Commit

Permalink
added cutom path
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensbox committed Apr 1, 2024
1 parent d18976a commit eb0ff7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -35,5 +35,5 @@ jobs:
mkdir -p build
go build -v -o build/tfswitch
find ./test-data/* -type d -print0 | while read -r -d $'\0' TEST_PATH; do
./build/tfswitch -c "${TEST_PATH}" || exit 1
./build/tfswitch -c "${TEST_PATH}" -b `pwd`/bin/terraform || exit 1
done

0 comments on commit eb0ff7f

Please sign in to comment.