Run E2E tests for Full Stack Guide on GHA

Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
This commit is contained in:
Josh Kneubuhl 2022-11-10 13:11:40 -05:00
parent 2c5ce16f0b
commit 10c343777e
3 changed files with 16 additions and 1 deletions

View file

@ -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"

View file

@ -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: