Skip to content

Commit

Permalink
chore(ci): debug flaky service test
Browse files Browse the repository at this point in the history
  • Loading branch information
mavogel committed Jun 2, 2021
1 parent ef61bd2 commit 828b1ae
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/acc-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
matrix:
terraform_version:
- "0.12.31"
- "0.13.7"
- "0.14.11"
- "0.15.2"
#- "0.13.7"
#- "0.14.11"
#- "0.15.2"
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
Expand All @@ -48,6 +48,8 @@ jobs:
docker version
sudo service docker restart
- name: Run acceptance tests
run: make testacc
run: |
make testacc_setup
TF_LOG=DEBUG TF_ACC=1 go test -v ./internal/provider -run ^TestAccDockerService_updateMultiplePropertiesConverge$
env:
TF_ACC_TERRAFORM_VERSION: ${{ matrix.terraform_version }}

0 comments on commit 828b1ae

Please sign in to comment.