mirror of
https://github.com/status-im/js-waku-examples.git
synced 2025-02-02 10:15:40 +00:00
add noise example to the stage
This commit is contained in:
parent
22d5dd414f
commit
ad77f8cba5
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -17,7 +17,8 @@ jobs:
|
||||
relay-angular-chat,
|
||||
relay-reactjs-chat,
|
||||
store-reactjs-chat,
|
||||
web-chat
|
||||
web-chat,
|
||||
noise-js
|
||||
]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
1
ci/Jenkinsfile
vendored
1
ci/Jenkinsfile
vendored
@ -39,6 +39,7 @@ pipeline {
|
||||
stage('relay-reactjs-chat') { steps { script { buildExample() } } }
|
||||
stage('store-reactjs-chat') { steps { script { buildExample() } } }
|
||||
stage('web-chat') { steps { script { buildExample() } } }
|
||||
stage('noise-js') { steps { script { buildExample() } } }
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user