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:
|
||||
branches:
|
||||
- main
|
||||
# paths:
|
||||
# - 'full-stack-asset-transfer-guide/**'
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
|
||||
jobs:
|
||||
test-appdev:
|
||||
|
|
@ -38,6 +44,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"
|
||||
|
|
@ -23,6 +23,13 @@ variables:
|
|||
- group: credentials
|
||||
|
||||
jobs:
|
||||
- job: Foo
|
||||
displayName: Bar
|
||||
steps:
|
||||
- script: curl www.google.com
|
||||
|
||||
|
||||
jobs_:
|
||||
- job: REST_Sample
|
||||
displayName: REST Server Sample
|
||||
pool:
|
||||
|
|
|
|||
|
|
@ -46,4 +46,4 @@ jobs:
|
|||
|
||||
- name: just test-cloud
|
||||
run: |
|
||||
just test-cloud
|
||||
just test-cloud
|
||||
|
|
|
|||
Loading…
Reference in a new issue