Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vandyliu committed Apr 3, 2024
1 parent 0f954f2 commit bd3c4df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
go-version-file: 'go.mod'
cache: true
- run: make fmt
- run: go mod tidy
- run: go build -v .
- run: make test

Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
with:
terraform_version: ${{ matrix.terraform }}
terraform_wrapper: false
- run: make fmt
- run: go mod tidy
- env:
TF_ACC: "1"
run: go test -v -cover ./internal/provider/
Expand Down

0 comments on commit bd3c4df

Please sign in to comment.