Skip to content

Commit

Permalink
Update pipeline ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Harness_user committed Sep 28, 2021
1 parent dc78107 commit d16b1e7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/.harness/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ pipeline:
spec:
connectorRef: org.gcp
image: us.gcr.io/sales-209522/micah/go-build-tools:1.16-stretch-8
command: gotestsum --junitfile junit.xml --format testname ./internal/provider -- -cover
command: gotestsum --junitfile junit.xml --format testname ./internal/provider -- -cover -parallel
privileged: false
reports:
type: JUnit
Expand Down Expand Up @@ -119,3 +119,6 @@ pipeline:
- name: GOPATH
type: String
value: /goroot
- name: TF_ACC
type: String
value: "1"

0 comments on commit d16b1e7

Please sign in to comment.