diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 368767f146d23..00cc551c790c8 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 1 - ref: container_app_environment_custom_dns_suffix + ref: container_app_custom_domain_secretfix - uses: actions/setup-go@v5 with: go-version-file: 'go.mod' @@ -23,7 +23,7 @@ jobs: - run: make acctests env: TF_ACC: '1' - TESTARGS: '-parallel=1 -run=TestAccContainerAppEnvironment_completeWithCustomDnsSuffix' + TESTARGS: '-parallel=1 -run=TestAccContainerAppCustomDomainResource_' SERVICE: 'containerapps' TESTTIMEOUT: '60m' ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }} @@ -40,7 +40,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 1 - ref: container_app_environment_custom_dns_suffix + ref: container_app_custom_domain_secretfix - uses: actions/setup-go@v5 with: go-version-file: 'go.mod'