Skip to content

Commit

Permalink
tgc unit test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottSuarez committed Nov 3, 2023
1 parent 6ce314d commit bc14131
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unit-test-tgc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,12 @@ jobs:
- name: Build Terraform Google Conversion
run: |
cd tgc
go mod edit -replace=github.com/hashicorp/terraform-provider-google-beta=../tpgb
go mod tidy
make build
- name: Run Unit Tests
run: |
cd tgc
make test

0 comments on commit bc14131

Please sign in to comment.