Skip to content

Commit

Permalink
Update acctest.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
twelsh-aw committed Aug 22, 2024
1 parent 3300fd1 commit 8855916
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/acctest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ jobs:
terraform_wrapper: false

- run: |
go test ./... -run=TestAcc -v
DOCKER_USERNAME=$DOCKER_USERNAME DOCKER_PASSWORD=$DOCKER_PASSWORD TF_ACC=1 go test ./... -run=TestAcc -v
env:
TF_ACC: "1"
DOCKER_USERNAME: ${{ vars.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
timeout-minutes: 10

0 comments on commit 8855916

Please sign in to comment.