mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 01:55:10 +00:00
test build
Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
This commit is contained in:
parent
c3d204b3e1
commit
34831d0e7b
2 changed files with 8 additions and 3 deletions
9
.github/workflows/test-fsat-appdev.yaml
vendored
9
.github/workflows/test-fsat-appdev.yaml
vendored
|
|
@ -9,8 +9,13 @@ on:
|
|||
pull_request:
|
||||
branches:
|
||||
- '**'
|
||||
paths:
|
||||
- 'full-stack-asset-transfer-guide/**'
|
||||
# paths:
|
||||
# - 'full-stack-asset-transfer-guide/**'
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
jobs:
|
||||
test-appdev:
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
- job: Foo
|
||||
displayName: Bar
|
||||
steps:
|
||||
- script: curl www.google.com
|
||||
- script: curl www.google.com
|
||||
|
||||
|
||||
jobs_:
|
||||
|
|
|
|||
Loading…
Reference in a new issue