From a000394ef72f5e0fdbcb96520931b77bbb737719 Mon Sep 17 00:00:00 2001 From: Matt White <16320656+matt-FFFFFF@users.noreply.github.com> Date: Sat, 1 Mar 2025 09:12:14 +0000 Subject: [PATCH] chore: remove old file --- avm_scripts/run-unit-test.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 avm_scripts/run-unit-test.sh diff --git a/avm_scripts/run-unit-test.sh b/avm_scripts/run-unit-test.sh deleted file mode 100644 index 27e4b7a..0000000 --- a/avm_scripts/run-unit-test.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env bash - -# if tests/unit dir does not exist, exit -if [ ! -d "tests/unit" ]; then - echo "tests/unit directory does not exist" - exit 1 -fi - -terraform init -test-directory=test/unit -terraform test -test-directory=test/unit