chore: up ci for dogfooding (#73)
This commit is contained in:
parent
e2ab5ae30f
commit
eaa3e61fd2
|
@ -19,6 +19,7 @@ jobs:
|
|||
experimental/relay-direct-rtc,
|
||||
experimental/rln-js,
|
||||
experimental/rln-identity,
|
||||
dogfooding,
|
||||
flush-notes
|
||||
]
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
@ -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() } } }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue