Skip to content

Commit

Permalink
Enable azure example code tests (#13304)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean1588 authored Nov 9, 2024
1 parent b256390 commit b821d5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/scheduled-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
AWS_REGION: "us-west-2"
ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }}
ARM_CLIENT_SECRET: ${{ secrets.ARM_CLIENT_SECRET }}
ARM_TENANT_ID: ${{ secrets.ARM_TENANT_ID }}
ARM_SUBSCRIPTION_ID: ${{ secrets.ARM_SUBSCRIPTION_ID }}

jobs:
test:
Expand Down
4 changes: 0 additions & 4 deletions scripts/programs/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ pushd "$programs_dir"
if [[ "$project" == "aws-import-iac-iam-role-"* ]]; then
continue
fi
# Skipping the 6 azure examples temporarily until we get azure creds configured.
if [[ "$project" == "azure-"* ]]; then
continue
fi

echo
echo "***"
Expand Down

0 comments on commit b821d5f

Please sign in to comment.