diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b46e89..afd3570 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ jobs: eth-pm, relay-angular-chat, relay-reactjs-chat, + rln-reactts, store-reactjs-chat, web-chat ] diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index 09eb606..375c7e0 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -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() } } } }