Skip to content

Commit a99af3f

Browse files
committed
Update go cluster management workflow
1 parent 7f0ed58 commit a99af3f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/go-cm-integ-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,11 @@ jobs:
4646
aws-region: us-east-1
4747

4848
- name: Build & Run
49-
working-directory: ./go/cluster_management
49+
working-directory: ./go/cluster_management/cmd/create_multi_region
50+
run: |
51+
go env -w GOPROXY=direct
52+
go test
53+
working-directory: ./go/cluster_management/cmd/create_single_region
5054
run: |
5155
go env -w GOPROXY=direct
5256
go test

0 commit comments

Comments
 (0)