Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredfholgate committed Nov 22, 2023
1 parent fe0657b commit 430ab3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/end-to-end-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
$Inputs["starter_module"] = ".test"
$Inputs["version_control_system_access_token"] = if ($versionControlSystem -eq "github") { "${{ secrets.VCS_TOKEN_GITHUB }}" } else { "${{ secrets.VCS_TOKEN_AZURE_DEVOPS }}" }
$Inputs["version_control_system_organization"] = "${{ vars.VCS_ORGANIZATION }}"
$Inputs["version_control_system_use_separate_repository_for_templates"] = "true"
$Inputs["azure_location"] = "uksouth"
$Inputs["azure_subscription_id"] = ""
$Inputs["service_name"] = "alz"
Expand Down

0 comments on commit 430ab3c

Please sign in to comment.