Skip to content

Commit

Permalink
restore bicep artifacts before starting tests
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 da85dab commit e8f3fdf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/functional-test-cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e8f3fdf

Please sign in to comment.