mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-03 14:33:12 +00:00
ci: cat nimble files
This commit is contained in:
parent
adeb287930
commit
54d3e2812e
6
.github/workflows/test-nimble-install.yml
vendored
6
.github/workflows/test-nimble-install.yml
vendored
@ -28,6 +28,12 @@ jobs:
|
||||
run: |
|
||||
nimble --version
|
||||
|
||||
- name: Display example.nimble
|
||||
run: cat examples/nimble/example.nimble
|
||||
|
||||
- name: Display waku.nimble
|
||||
run: head waku.nimble -n40
|
||||
|
||||
- name: Install waku from head of PR branch
|
||||
working-directory: examples/nimble
|
||||
run: nimble --verbose install "waku@#${{ github.event.pull_request.head.sha }}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user