chore: up ci for dogfooding (#73)

This commit is contained in:
Sasha 2024-07-23 01:40:27 +02:00 committed by GitHub
parent e2ab5ae30f
commit eaa3e61fd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ jobs:
experimental/relay-direct-rtc,
experimental/rln-js,
experimental/rln-identity,
dogfooding,
flush-notes
]
runs-on: ubuntu-latest

1
ci/Jenkinsfile vendored
View File

@ -41,6 +41,7 @@ pipeline {
stage('experimental/relay-direct-rtc') { steps { script { buildExample() } } }
stage('experimental/rln-js') { steps { script { buildExample() } } }
stage('experimental/rln-identity') { steps { script { buildExample() } } }
stage('dogfooding') { steps { script { buildExample() } } }
stage('flush-notes') { steps { script { buildExample() } } }
}
}