Skip to content

Commit

Permalink
Merge pull request #6 from F5Networks/devel-test
Browse files Browse the repository at this point in the history
Update test.yml
  • Loading branch information
RavinderReddyF5 authored Jun 7, 2023
2 parents d2bda8d + e37f773 commit 41b3f74
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
with:
go-version-file: 'go.mod'
cache: true
- run: go mod download
- run: go build -v .
- name: Run linters
uses: golangci/golangci-lint-action@5f1fec7010f6ae3b84ea4f7b2129beb8639b564f # v3.5.0
Expand Down Expand Up @@ -72,8 +71,7 @@ jobs:
with:
terraform_version: ${{ matrix.terraform }}
terraform_wrapper: false
- run: go mod download
- env:
TF_ACC: "1"
run: go test -v -cover ./internal/provider/
timeout-minutes: 10
timeout-minutes: 10

0 comments on commit 41b3f74

Please sign in to comment.