mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-03 14:33:12 +00:00
installation first but add timeout
This commit is contained in:
parent
b2a4c907fc
commit
224f76976d
8
.github/workflows/test-nimble-install.yml
vendored
8
.github/workflows/test-nimble-install.yml
vendored
@ -31,11 +31,13 @@ jobs:
|
||||
- name: Display Nimble version
|
||||
run: nimble --version
|
||||
|
||||
- name: Run nimble check on waku
|
||||
run: nimble check -l
|
||||
|
||||
- name: Run nimble install on waku
|
||||
run: nimble install
|
||||
timeout-minutes: 60
|
||||
|
||||
- name: Run nimble check on waku
|
||||
run: nimble check -l
|
||||
timeout-minutes: 60
|
||||
|
||||
- name: Build example project
|
||||
working-directory: examples/nimble
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user