mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
* Return exit(1) if application-java fails If application-java fails, return an exit(1) code, so that callers such as Github Actions CI can detect the failure. Signed-off-by: David Enyeart <enyeart@us.ibm.com> * asset-transfer-basic CI improvements - Application failure should result in CI failure - Automatically remove wallet from prior runs - Fix chaincode name issues, allow chaincode name to be passed from CI - Fix appUser collisions (duplicate registration failures) - Fix key create collisions across apps (in cases where same chaincode is used for multiple apps) Signed-off-by: David Enyeart <enyeart@us.ibm.com> --------- Signed-off-by: David Enyeart <enyeart@us.ibm.com> |
||
|---|---|---|
| .. | ||
| lint-go.sh | ||
| lint-java.sh | ||
| lint-javascript.sh | ||
| lint-shell.sh | ||
| lint-typescript.sh | ||
| lint.sh | ||
| pullFabricImages.sh | ||
| run-k8s-test-network-basic.sh | ||
| run-test-network-basic.sh | ||
| run-test-network-events.sh | ||
| run-test-network-gateway.sh | ||
| run-test-network-hsm.sh | ||
| run-test-network-ledger.sh | ||
| run-test-network-off-chain.sh | ||
| run-test-network-private.sh | ||
| run-test-network-sbe.sh | ||
| run-test-network-secured.sh | ||