mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-22 17:45:10 +00:00
Run Go Gateway events sample in CI (#620)
Signed-off-by: Mark S. Lewis <mark_lewis@uk.ibm.com>
This commit is contained in:
parent
1a79d131b4
commit
d652275ef0
1 changed files with 10 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ rm -R ../asset-transfer-events/application-javascript/wallet
|
||||||
|
|
||||||
# Run typescript gateway application
|
# Run typescript gateway application
|
||||||
createNetwork
|
createNetwork
|
||||||
print "Initializing typescript application"
|
print "Initializing TypeScript gateway application"
|
||||||
pushd ../asset-transfer-events/application-gateway-typescript
|
pushd ../asset-transfer-events/application-gateway-typescript
|
||||||
npm install
|
npm install
|
||||||
print "Build app"
|
print "Build app"
|
||||||
|
|
@ -47,3 +47,12 @@ print "Executing dist/app.js"
|
||||||
npm start
|
npm start
|
||||||
popd
|
popd
|
||||||
stopNetwork
|
stopNetwork
|
||||||
|
|
||||||
|
# Run Go gateway application
|
||||||
|
createNetwork
|
||||||
|
print "Initializing Go gateway application"
|
||||||
|
pushd ../asset-transfer-events/application-gateway-go
|
||||||
|
print "Executing application"
|
||||||
|
go run .
|
||||||
|
popd
|
||||||
|
stopNetwork
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue