From 1ea1509a24fe0e893944bf2add859dfdbd067eca Mon Sep 17 00:00:00 2001 From: Ibrahim Umar Date: Thu, 4 Apr 2024 23:03:17 +0200 Subject: [PATCH] Tests for another PR --- .github/workflows/checks.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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'