mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-05 07:23:12 +00:00
remove --verbose to avoid issue with long logs
This commit is contained in:
parent
c23ed0c0c1
commit
dca59c7372
10
.github/workflows/test-nimble-install.yml
vendored
10
.github/workflows/test-nimble-install.yml
vendored
@ -12,9 +12,9 @@ jobs:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest] # TODO: Windows
|
||||
nim-version: ['2.2.4'] # TODO: tests with more versions
|
||||
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
@ -36,13 +36,13 @@ jobs:
|
||||
|
||||
- name: Install waku from head of PR branch
|
||||
working-directory: examples/nimble
|
||||
run: nimble --verbose install "waku@#${{ github.event.pull_request.head.sha }}"
|
||||
run: nimble install "waku@#${{ github.event.pull_request.head.sha }}"
|
||||
|
||||
- name: List installed packages
|
||||
working-directory: examples/nimble
|
||||
run: |
|
||||
nimble list --installed --ver
|
||||
|
||||
|
||||
- name: Build example project
|
||||
working-directory: examples/nimble
|
||||
run: |
|
||||
@ -53,4 +53,4 @@ jobs:
|
||||
working-directory: examples/nimble
|
||||
run: |
|
||||
echo "Running example project..."
|
||||
nimble --verbose run
|
||||
nimble --verbose run
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user