mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 01:55:10 +00:00
Run E2E tests for Full Stack Guide on GHA
Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
This commit is contained in:
parent
2c5ce16f0b
commit
10c343777e
3 changed files with 16 additions and 1 deletions
|
|
@ -4,6 +4,12 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
# paths:
|
||||||
|
# - 'full-stack-asset-transfer-guide/**'
|
||||||
|
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-appdev:
|
test-appdev:
|
||||||
|
|
@ -38,6 +44,8 @@ jobs:
|
||||||
|
|
||||||
- name: check prereqs
|
- name: check prereqs
|
||||||
run: |
|
run: |
|
||||||
|
cd full-stack-asset-transfer-guide
|
||||||
|
|
||||||
export WORKSHOP_PATH="${PWD}"
|
export WORKSHOP_PATH="${PWD}"
|
||||||
export PATH="${WORKSHOP_PATH}/bin:${PATH}"
|
export PATH="${WORKSHOP_PATH}/bin:${PATH}"
|
||||||
export FABRIC_CFG_PATH="${WORKSHOP_PATH}/config"
|
export FABRIC_CFG_PATH="${WORKSHOP_PATH}/config"
|
||||||
|
|
@ -23,6 +23,13 @@ variables:
|
||||||
- group: credentials
|
- group: credentials
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
- job: Foo
|
||||||
|
displayName: Bar
|
||||||
|
steps:
|
||||||
|
- script: curl www.google.com
|
||||||
|
|
||||||
|
|
||||||
|
jobs_:
|
||||||
- job: REST_Sample
|
- job: REST_Sample
|
||||||
displayName: REST Server Sample
|
displayName: REST Server Sample
|
||||||
pool:
|
pool:
|
||||||
|
|
|
||||||
|
|
@ -46,4 +46,4 @@ jobs:
|
||||||
|
|
||||||
- name: just test-cloud
|
- name: just test-cloud
|
||||||
run: |
|
run: |
|
||||||
just test-cloud
|
just test-cloud
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue