mirror of
https://github.com/waku-org/js-waku-examples.git
synced 2025-02-23 05:08:15 +00:00
ci(rln-reactts): add to ci
This commit is contained in:
parent
1745fc9dbf
commit
72f6acceea
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -16,6 +16,7 @@ jobs:
|
||||
eth-pm,
|
||||
relay-angular-chat,
|
||||
relay-reactjs-chat,
|
||||
rln-reactts,
|
||||
store-reactjs-chat,
|
||||
web-chat
|
||||
]
|
||||
|
1
ci/Jenkinsfile
vendored
1
ci/Jenkinsfile
vendored
@ -31,6 +31,7 @@ pipeline {
|
||||
stage('eth-pm') { steps { script { buildExample() } } }
|
||||
stage('relay-angular-chat') { steps { script { buildExample() } } }
|
||||
stage('relay-reactjs-chat') { steps { script { buildExample() } } }
|
||||
stage('rln-reactts') { steps { script { buildExample() } } }
|
||||
stage('store-reactjs-chat') { steps { script { buildExample() } } }
|
||||
stage('web-chat') { steps { script { buildExample() } } }
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user