add noise example to the stage

This commit is contained in:
weboko 2023-01-06 01:06:29 +01:00
parent 22d5dd414f
commit ad77f8cba5
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View File

@ -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
View File

@ -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() } } }
}
}