1
0
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:
Florian Wilhelm
2020-05-20 13:41:23 +02:00
committed by GitHub
parent c855ae285c
commit bd1e0a1071
24 changed files with 430 additions and 163 deletions

6
integration/run-tests.sh Executable file
View 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