From d0533fdf70e1e0874c69d9e0980005270c6413a5 Mon Sep 17 00:00:00 2001 From: sk593 Date: Thu, 23 Jan 2025 15:42:30 -0800 Subject: [PATCH] testing Signed-off-by: sk593 --- .github/workflows/functional-test-noncloud.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/functional-test-noncloud.yaml b/.github/workflows/functional-test-noncloud.yaml index 4587555765..3938a0c7c0 100644 --- a/.github/workflows/functional-test-noncloud.yaml +++ b/.github/workflows/functional-test-noncloud.yaml @@ -317,7 +317,12 @@ jobs: } } EOF - + - name: Restore Bicep artifacts before running functional tests + run: | + # Restore Radius Bicep types + bicep build ./test/functional-portable/corerp/cloud/resources/testdata/corerp-azure-connection-database-service.bicep + # Restore AWS Bicep types + bicep build ./test/functional-portable/corerp/cloud/resources/testdata/aws-s3-bucket.bicep - name: Publish Bicep Test Recipes run: | export PATH=$GITHUB_WORKSPACE/bin:$PATH