Skip to content

Commit

Permalink
Add terraform-test action
Browse files Browse the repository at this point in the history
  • Loading branch information
dflook committed Jun 1, 2024
1 parent b09c4b9 commit 6dde691
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions image/entrypoints/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ set-test-args
PLAN_ARGS=""
set-variable-args

debug_log $TOOL_COMMAND_NAME test -input=false -no-color $TEST_ARGS '$PLAN_ARGS' # don't expand PLAN_ARGS
$TOOL_COMMAND_NAME test -input=false -no-color $TEST_ARGS $PLAN_ARGS
debug_log $TOOL_COMMAND_NAME test -no-color $TEST_ARGS '$PLAN_ARGS' # don't expand PLAN_ARGS
$TOOL_COMMAND_NAME test -no-color $TEST_ARGS $PLAN_ARGS

0 comments on commit 6dde691

Please sign in to comment.