mirror of
https://github.com/waku-org/js-waku-lab.git
synced 2025-02-10 07:56:44 +00:00
chore: fix jenkinsfile
This commit is contained in:
parent
13d9fab6fe
commit
8462a725ea
11
ci/Jenkinsfile
vendored
11
ci/Jenkinsfile
vendored
@ -44,16 +44,7 @@ pipeline {
|
|||||||
stage('dogfooding') { steps { script { buildExample() } } }
|
stage('dogfooding') { steps { script { buildExample() } } }
|
||||||
stage('message-monitor') { steps { script { buildExample() } } }
|
stage('message-monitor') { steps { script { buildExample() } } }
|
||||||
stage('flush-notes') { steps { script { buildNextJSExample() } } }
|
stage('flush-notes') { steps { script { buildNextJSExample() } } }
|
||||||
stage('buddybook') {
|
stage('buddybook') { steps { script { buildExample() } } }
|
||||||
steps {
|
|
||||||
script {
|
|
||||||
dir('examples/buddybook') {
|
|
||||||
sh 'npm install'
|
|
||||||
sh 'npm run build:ci'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
- [ x ] waku connections on header should have green/yellow/red color indicator
|
- [ x ] waku connections on header should have green/yellow/red color indicator
|
||||||
- [ ] clicking on the indicator should show a list of peers
|
- [ ] clicking on the indicator should show a list of peers
|
||||||
- [ ] chains can't be signed twice by an address
|
- [ x ] chains can't be signed twice by an address
|
||||||
- [ ] generate waku peer id using the wallet address
|
- [ ] generate waku peer id using the wallet address
|
||||||
- [ ] telemetry
|
- [ ] telemetry
|
||||||
- [ x ] disclaimer
|
- [ x ] disclaimer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user