Skip to content

Commit

Permalink
[ignore] Fix go test issue in GitHub actions checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lhercot committed Aug 27, 2024
1 parent 6e37304 commit 15910e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
terraform_version: "1.7.*"
terraform_wrapper: false
- name: Terraform Acceptance Test (ND ${{ matrix.nd_host.name }})
run: go test github.com/CiscoDevNet/terraform-provider-nd/v2/internal/provider -v -race -timeout 300m -coverprofile=coverage.out -covermode=atomic
run: go test github.com/CiscoDevNet/terraform-provider-nd/internal/provider -v -race -timeout 300m -coverprofile=coverage.out -covermode=atomic
env:
TF_ACC: "1"
TF_ACC_STATE_LINEAGE: "1"
Expand Down

0 comments on commit 15910e6

Please sign in to comment.