mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 01:55:10 +00:00
test build
Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
This commit is contained in:
parent
d64093a4f1
commit
31f5823447
2 changed files with 3 additions and 1 deletions
2
.github/workflows/test-fsat-appdev.yaml
vendored
2
.github/workflows/test-fsat-appdev.yaml
vendored
|
|
@ -45,6 +45,8 @@ jobs:
|
|||
|
||||
- name: check prereqs
|
||||
run: |
|
||||
cd full-stack-asset-transfer-guide
|
||||
|
||||
export WORKSHOP_PATH="${PWD}"
|
||||
export PATH="${WORKSHOP_PATH}/bin:${PATH}"
|
||||
export FABRIC_CFG_PATH="${WORKSHOP_PATH}/config"
|
||||
|
|
|
|||
|
|
@ -46,4 +46,4 @@ jobs:
|
|||
|
||||
- name: just test-cloud
|
||||
run: |
|
||||
just test-cloud
|
||||
just test-cloud
|
||||
|
|
|
|||
Loading…
Reference in a new issue