You've already forked sap-jenkins-library
mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-09-16 09:26:22 +02:00
Fix npm registry config (#1564)
This commit is contained in:
6
integration/run-tests.sh
Executable file
6
integration/run-tests.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
pushd ..
|
||||
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -tags release -o piper
|
||||
go test -tags=integration ./integration/...
|
||||
popd
|
Reference in New Issue
Block a user