diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 368767f146d23..1980a0de95c5d 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 }} @@ -33,6 +33,8 @@ jobs: ARM_TEST_LOCATION: ${{ secrets.ARM_TEST_LOCATION }} ARM_TEST_LOCATION_ALT: ${{ secrets.ARM_TEST_LOCATION_ALT }} ARM_TEST_LOCATION_ALT2: ${{ secrets.ARM_TEST_LOCATION_ALT2 }} + ARM_TEST_DNS_ZONE: mycaetest.net + ARM_TEST_DATA_RESOURCE_GROUP: test-rg pr-check: name: PR checks runs-on: ubuntu-latest @@ -40,7 +42,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'