run go tests

This commit is contained in:
Elio Bischof 2022-07-22 17:17:25 +02:00
parent 7b1e22357d
commit 1f955ae3ac
No known key found for this signature in database
GPG Key ID: 7B383FDE4DDBF1BD

View File

@ -10,7 +10,7 @@ release:
before:
hooks:
- docker build -f build/grpc/Dockerfile -t zitadel-base:local .
# - docker build -f build/zitadel/Dockerfile . -t zitadel-go-test --target go-codecov -o .artifacts/codecov
- docker build -f build/zitadel/Dockerfile . -t zitadel-go-test --target go-codecov -o .artifacts/codecov
- docker build -f build/zitadel/Dockerfile . -t zitadel-go-base --target go-copy -o .artifacts/grpc/go-client
- sh -c "cp -r .artifacts/grpc/go-client/* ."
- docker build -f build/console/Dockerfile . -t zitadel-npm-base --target npm-copy -o .artifacts/grpc/js-client