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 15:08:56 -05:00
parent 9aea560f51
commit d64093a4f1

View file

@ -1,9 +1,16 @@
name: test-appdev
on:
# push:
# branches:
# - 'main'
# paths:
# - 'full-stack-asset-transfer-guide/**'
pull_request:
branches:
- main
- '**'
paths:
- 'full-stack-asset-transfer-guide/**'
jobs:
test-appdev: