Skip to content

Commit

Permalink
Automate binary tests from test-data directory (warrensbox#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
jukie authored and davidvasandani committed Oct 26, 2022
1 parent f3cc624 commit f8fb418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
go test -v ./...
mkdir -p build
go build -v -o build/tfswitch
find ./test-data/* -type d | xargs -n 1 ./build/tfswitch -c
release:
docker:
Expand Down
2 changes: 1 addition & 1 deletion test-data/test_tfswitchtoml/.tfswitch.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
bin = "/Users/warrenveerasingam/bin/terraform"
bin = "/usr/local/bin/terraform"
version = "0.11.3"

0 comments on commit f8fb418

Please sign in to comment.