Skip to content

Commit c2ed240

Browse files
committed
Update pipeline ff-golang-server-sdk
1 parent 3574dbf commit c2ed240

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.harness/ffgolangserversdk.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,13 @@ pipeline:
9898
connectorRef: account.dockerhub
9999
image: golang:1.20.0
100100
shell: Sh
101+
command: |-
102+
make tools
103+
make tidy
104+
make generate
105+
make build
106+
go test -race
107+
ls -l
101108
- stepGroup:
102109
name: Testgrid image
103110
identifier: Testgrid_image

0 commit comments

Comments
 (0)