diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e6ef5b..e67cec6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,7 @@ jobs: web-chat, noise-js, noise-rtc, + relay-chat ] runs-on: ubuntu-latest steps: diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index 13f104e..891dc78 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -42,6 +42,7 @@ pipeline { stage('web-chat') { steps { script { buildExample() } } } stage('noise-js') { steps { script { buildExample() } } } stage('noise-rtc') { steps { script { buildExample() } } } + stage('relay-chat') { steps { script { buildExample() } } } } }