mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-25 11:05:10 +00:00
test build
Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
This commit is contained in:
parent
d75954c633
commit
9e04e34024
1 changed files with 4 additions and 4 deletions
8
.github/workflows/test-network-k8s.yaml
vendored
8
.github/workflows/test-network-k8s.yaml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Test the network
|
- name: Test the network
|
||||||
working-directory: test-network-k8s
|
working-directory: test-network-k8s
|
||||||
run: ci/scripts/run-k8s-test-network-basic.sh
|
run: ../ci/scripts/run-k8s-test-network-basic.sh
|
||||||
env:
|
env:
|
||||||
CLIENT_LANGUAGE: typescript
|
CLIENT_LANGUAGE: typescript
|
||||||
CHAINCODE_LANGUAGE: java
|
CHAINCODE_LANGUAGE: java
|
||||||
|
|
@ -31,7 +31,7 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Test the network
|
- name: Test the network
|
||||||
working-directory: test-network-k8s
|
working-directory: test-network-k8s
|
||||||
run: ci/scripts/run-k8s-test-network-basic.sh
|
run: ../ci/scripts/run-k8s-test-network-basic.sh
|
||||||
env:
|
env:
|
||||||
CLIENT_LANGUAGE: typescript
|
CLIENT_LANGUAGE: typescript
|
||||||
CHAINCODE_LANGUAGE: external
|
CHAINCODE_LANGUAGE: external
|
||||||
|
|
@ -43,7 +43,7 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Test the network
|
- name: Test the network
|
||||||
working-directory: test-network-k8s
|
working-directory: test-network-k8s
|
||||||
run: ci/scripts/run-k8s-test-network-basic.sh
|
run: ../ci/scripts/run-k8s-test-network-basic.sh
|
||||||
env:
|
env:
|
||||||
CHAINCODE_NAME: basic
|
CHAINCODE_NAME: basic
|
||||||
CHAINCODE_LANGUAGE: java
|
CHAINCODE_LANGUAGE: java
|
||||||
|
|
@ -56,7 +56,7 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Test the network
|
- name: Test the network
|
||||||
working-directory: test-network-k8s
|
working-directory: test-network-k8s
|
||||||
run: ci/scripts/run-k8s-test-network-basic.sh
|
run: ../ci/scripts/run-k8s-test-network-basic.sh
|
||||||
env:
|
env:
|
||||||
ORG0_NS: org0-namespace
|
ORG0_NS: org0-namespace
|
||||||
ORG1_NS: org1-namespace
|
ORG1_NS: org1-namespace
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue