mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-25 19:15: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
|
name: test-appdev
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
# push:
|
||||||
|
# branches:
|
||||||
|
# - 'main'
|
||||||
|
# paths:
|
||||||
|
# - 'full-stack-asset-transfer-guide/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- '**'
|
||||||
|
paths:
|
||||||
|
- 'full-stack-asset-transfer-guide/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-appdev:
|
test-appdev:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue