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
9aea560f51
commit
d64093a4f1
1 changed files with 8 additions and 1 deletions
9
.github/workflows/test-fsat-appdev.yaml
vendored
9
.github/workflows/test-fsat-appdev.yaml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue