Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
Signed-off-by: sk593 <[email protected]>
  • Loading branch information
sk593 committed Jan 23, 2025
1 parent e8f3fdf commit d0533fd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/functional-test-noncloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d0533fd

Please sign in to comment.