mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-19 23:58:11 +00:00
test: run CI against nwaku origin/master
To pick up any upcoming issue.
This commit is contained in:
parent
b8a44a6060
commit
d165b5a1d5
47
.github/workflows/ci.yml
vendored
47
.github/workflows/ci.yml
vendored
@ -134,3 +134,50 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: go-waku-logs
|
name: go-waku-logs
|
||||||
path: log/
|
path: log/
|
||||||
|
|
||||||
|
node_with_nwaku_master:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
DEBUG: "waku*"
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
submodules: "recursive"
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Install NodeJS
|
||||||
|
uses: actions/setup-node@v3
|
||||||
|
with:
|
||||||
|
node-version: ${{ env.NODE_JS }}
|
||||||
|
|
||||||
|
- name: Pull nwaku origin/master
|
||||||
|
run: |
|
||||||
|
cd nwaku
|
||||||
|
git fetch origin
|
||||||
|
git checkout origin/master
|
||||||
|
|
||||||
|
- uses: bahmutov/npm-install@v1
|
||||||
|
|
||||||
|
- name: build nwaku
|
||||||
|
run: |
|
||||||
|
cd packages/tests
|
||||||
|
npm run nwaku:force-build
|
||||||
|
|
||||||
|
- name: Ensure wakunode2 is ready
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
uname -a
|
||||||
|
cd nwaku
|
||||||
|
./build/wakunode2 --help
|
||||||
|
|
||||||
|
- run: npm run build
|
||||||
|
- run: npm run test:node
|
||||||
|
env:
|
||||||
|
DEBUG: "waku:nwaku*,waku:test*"
|
||||||
|
|
||||||
|
- name: Upload logs on failure
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
if: failure()
|
||||||
|
with:
|
||||||
|
name: nwaku-master-logs
|
||||||
|
path: log/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user