diff --git a/.github/workflows/functional-test-cloud.yaml b/.github/workflows/functional-test-cloud.yaml index a15b0c6e22..0ad73b408c 100644 --- a/.github/workflows/functional-test-cloud.yaml +++ b/.github/workflows/functional-test-cloud.yaml @@ -714,6 +714,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: Run functional tests run: | # Ensure rad cli is in path before running tests.