ci(rln-reactts): add to ci

This commit is contained in:
fryorcraken.eth 2022-09-23 18:20:54 +10:00
parent 1745fc9dbf
commit 72f6acceea
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
2 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@ jobs:
eth-pm,
relay-angular-chat,
relay-reactjs-chat,
rln-reactts,
store-reactjs-chat,
web-chat
]

1
ci/Jenkinsfile vendored
View File

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