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

View file

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

View file

@ -46,4 +46,4 @@ jobs:
- name: just test-cloud - name: just test-cloud
run: | run: |
just test-cloud just test-cloud