From f42345fd8f19a390e48244b2bfddaa5fe66e31ba Mon Sep 17 00:00:00 2001 From: Vishwanath Hiremath Date: Sun, 26 Nov 2023 21:17:46 -0800 Subject: [PATCH] fix syntax error Signed-off-by: Vishwanath Hiremath --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e910b80..cdb3a18 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -88,7 +88,7 @@ jobs: for file in $files_list; do testFile=tests/$file echo "Deploying bicep file $testFile" - rad deploy $testFile" --parameters magpieimage="radiusdev.azurecr.io/magpiego:latest" + rad deploy $testFile --parameters magpieimage="radiusdev.azurecr.io/magpiego:latest" done