Skip to content

Commit 3850ee9

Browse files
authored
Merge branch 'main' into aws-retry
2 parents 9931f87 + b4f1759 commit 3850ee9

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ updates:
1717
patterns:
1818
- "*"
1919
- package-ecosystem: "devcontainers"
20-
directory: "/.devcontainer/contributor"
20+
directory: "/"
2121
schedule:
2222
interval: weekly
2323
groups:

.github/workflows/functional-test-cloud.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,13 @@ jobs:
758758
}
759759
}
760760
EOF
761+
- name: Restore Bicep artifacts before running functional tests
762+
# The exact files chosen to run the command can be changed, but we need 1 that uses the Radius extension and 1 that uses the AWS extension so we can restore both Bicep artifacts before the tests start
763+
run: |
764+
# Restore Radius Bicep types
765+
bicep restore ./test/functional-portable/corerp/cloud/resources/testdata/corerp-azure-connection-database-service.bicep --force
766+
# Restore AWS Bicep types
767+
bicep restore ./test/functional-portable/corerp/cloud/resources/testdata/aws-s3-bucket.bicep --force
761768
- name: Run functional tests
762769
run: |
763770
# Ensure rad cli is in path before running tests.

.github/workflows/functional-test-noncloud.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ jobs:
374374
BICEP_RECIPE_TAG_VERSION: ${{ env.REL_VERSION }}
375375
TEMP_CERT_DIR: ${{ steps.create-local-registry.outputs.temp-cert-dir }}
376376
SSL_CERT_FILE: ${{ steps.create-local-registry.outputs.temp-cert-dir }}/certs/${{ env.LOCAL_REGISTRY_SERVER }}/client.crt
377-
377+
378378
- name: Run functional tests
379379
run: |
380380
# Ensure rad cli is in path before running tests.

0 commit comments

Comments
 (0)