From eaa3e61fd27972df333baa8eccdb8b932721e7fe Mon Sep 17 00:00:00 2001 From: Sasha <118575614+weboko@users.noreply.github.com> Date: Tue, 23 Jul 2024 01:40:27 +0200 Subject: [PATCH] chore: up ci for dogfooding (#73) --- .github/workflows/ci.yml | 1 + ci/Jenkinsfile | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4c0bd6..3666d22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,7 @@ jobs: experimental/relay-direct-rtc, experimental/rln-js, experimental/rln-identity, + dogfooding, flush-notes ] runs-on: ubuntu-latest diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index 9e0240b..c5d36ec 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -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() } } } } }