mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-01-02 12:53:08 +00:00
add updates to CI
This commit is contained in:
parent
408f1f9d3f
commit
7fa0f98fa4
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -18,8 +18,9 @@ jobs:
|
|||||||
relay-reactjs-chat,
|
relay-reactjs-chat,
|
||||||
store-reactjs-chat,
|
store-reactjs-chat,
|
||||||
web-chat,
|
web-chat,
|
||||||
|
web-chat-dev,
|
||||||
noise-js,
|
noise-js,
|
||||||
noise-rtc
|
noise-rtc,
|
||||||
]
|
]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@ -44,7 +45,7 @@ jobs:
|
|||||||
- name: test
|
- name: test
|
||||||
run: npm run test --if-present
|
run: npm run test --if-present
|
||||||
working-directory: "examples/${{ matrix.example }}"
|
working-directory: "examples/${{ matrix.example }}"
|
||||||
|
|
||||||
release_create_waku:
|
release_create_waku:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [examples_build_and_test]
|
needs: [examples_build_and_test]
|
||||||
|
|||||||
1
ci/Jenkinsfile
vendored
1
ci/Jenkinsfile
vendored
@ -39,6 +39,7 @@ pipeline {
|
|||||||
stage('relay-reactjs-chat') { steps { script { buildExample() } } }
|
stage('relay-reactjs-chat') { steps { script { buildExample() } } }
|
||||||
stage('store-reactjs-chat') { steps { script { buildExample() } } }
|
stage('store-reactjs-chat') { steps { script { buildExample() } } }
|
||||||
stage('web-chat') { steps { script { buildExample() } } }
|
stage('web-chat') { steps { script { buildExample() } } }
|
||||||
|
stage('web-chat-dev') { steps { script { buildExample() } } }
|
||||||
stage('noise-js') { steps { script { buildExample() } } }
|
stage('noise-js') { steps { script { buildExample() } } }
|
||||||
stage('noise-rtc') { steps { script { buildExample() } } }
|
stage('noise-rtc') { steps { script { buildExample() } } }
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user