Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
Signed-off-by: Vishwanath Hiremath <vhiremath@microsoft.com>
  • Loading branch information
vishwahiremat committed Nov 27, 2023
1 parent b8d6ea4 commit f42345f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f42345f

Please sign in to comment.