Skip to content

Commit 1369c89

Browse files
committed
test: go env
1 parent cd63197 commit 1369c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/templates/run-unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ stages:
2323
{ { { {
2424
sudo -E env "PATH=$PATH" make test-all;
2525
echo $? >&3;
26-
} | tee >($(GOPATH)/bin/go-junit-report > report.xml) >&4;
26+
} | tee >($(go env GOPATH)/bin/go-junit-report > report.xml) >&4;
2727
} 3>&1;
2828
} | { read xs; exit $xs; }
2929
} 4>&1

0 commit comments

Comments
 (0)