mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-08 00:33:12 +00:00
Debugging nim-waku caching
It always builds for some reason.
This commit is contained in:
parent
484d83a136
commit
6d5ec49e5b
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -34,7 +34,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
./nim-waku/build/wakunode2
|
./nim-waku/build/wakunode2
|
||||||
./nim-waku/vendor/rln/target/debug
|
|
||||||
key: nim-waku-build-${{ matrix.os }}-v3-${{ steps.nim-waku-head.outputs.ref }}
|
key: nim-waku-build-${{ matrix.os }}-v3-${{ steps.nim-waku-head.outputs.ref }}
|
||||||
|
|
||||||
- name: Install NodeJS
|
- name: Install NodeJS
|
||||||
@ -46,7 +45,13 @@ jobs:
|
|||||||
# visibility in the CI if done as a separate step
|
# visibility in the CI if done as a separate step
|
||||||
- name: Build wakunode2
|
- name: Build wakunode2
|
||||||
shell: bash
|
shell: bash
|
||||||
run: (cd nim-waku && ./build/wakunode2 --help) || npm run nim-waku:build
|
working-directory: ./nim-waku
|
||||||
|
continue-on-error: true
|
||||||
|
run: |
|
||||||
|
# For debug purposes
|
||||||
|
./build/wakunode2 --help
|
||||||
|
# Build nim-waku if `--help` fails
|
||||||
|
./build/wakunode2 --help || npm run nim-waku:build
|
||||||
|
|
||||||
- name: Ensure wakunode2 is ready
|
- name: Ensure wakunode2 is ready
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user