Skip to content

Commit

Permalink
chore: up ci for dogfooding
Browse files Browse the repository at this point in the history
  • Loading branch information
weboko committed Jul 22, 2024
1 parent e2ab5ae commit 3999111
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
experimental/relay-direct-rtc,
experimental/rln-js,
experimental/rln-identity,
dogfooding,
flush-notes
]
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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() } } }
}
}
Expand Down

0 comments on commit 3999111

Please sign in to comment.