diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68163c1..04bb246 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,8 +20,7 @@ jobs: web-chat, noise-js, noise-rtc, - relay-direct-rtc, - rln-js + relay-direct-rtc ] runs-on: ubuntu-latest steps: diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index e599edd..e738dc4 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -43,7 +43,6 @@ pipeline { stage('noise-js') { steps { script { buildExample() } } } stage('noise-rtc') { steps { script { buildExample() } } } stage('relay-direct-rtc') { steps { script { buildExample() } } } - stage('rln-js') { steps { script { buildExample() } } } } }