mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 14:03:06 +00:00
fix run: head -n40 waku.nimble
This commit is contained in:
parent
54d3e2812e
commit
ec550dc362
2
.github/workflows/test-nimble-install.yml
vendored
2
.github/workflows/test-nimble-install.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
run: cat examples/nimble/example.nimble
|
||||
|
||||
- name: Display waku.nimble
|
||||
run: head waku.nimble -n40
|
||||
run: head -n40 waku.nimble
|
||||
|
||||
- name: Install waku from head of PR branch
|
||||
working-directory: examples/nimble
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user