Skip to content

Commit

Permalink
Tests for another PR
Browse files Browse the repository at this point in the history
  • Loading branch information
iambaim committed Apr 4, 2024
1 parent fa5b983 commit eecd610
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 1
ref: container_app_environment_custom_dns_suffix
ref: container_app_environment_certificate_subject
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
Expand All @@ -23,7 +23,7 @@ jobs:
- run: make acctests
env:
TF_ACC: '1'
TESTARGS: '-parallel=1 -run=TestAccContainerAppEnvironment_completeWithCustomDnsSuffix'
TESTARGS: '-parallel=1 -run=TestAccContainerAppEnvironmentCertificate_'
SERVICE: 'containerapps'
TESTTIMEOUT: '60m'
ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }}
Expand All @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 1
ref: container_app_environment_custom_dns_suffix
ref: container_app_environment_certificate_subject
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
Expand Down

0 comments on commit eecd610

Please sign in to comment.