mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-04 06:53:12 +00:00
ci
This commit is contained in:
parent
5c9c7fc9fb
commit
94604430c6
13
.github/workflows/test-nimble-install.yml
vendored
13
.github/workflows/test-nimble-install.yml
vendored
@ -4,7 +4,7 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- simpler-deps
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-nimble-install:
|
test-nimble-install:
|
||||||
@ -23,7 +23,7 @@ jobs:
|
|||||||
|
|
||||||
- uses: nim-lang/setup-nimble-action@v1
|
- uses: nim-lang/setup-nimble-action@v1
|
||||||
with:
|
with:
|
||||||
nimble-version: "nightly"
|
nimble-version: "0.20.1"
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Display Nimble version
|
- name: Display Nimble version
|
||||||
@ -36,15 +36,6 @@ jobs:
|
|||||||
- name: Display waku.nimble
|
- name: Display waku.nimble
|
||||||
run: head -n40 waku.nimble
|
run: head -n40 waku.nimble
|
||||||
|
|
||||||
- name: Install waku from head of PR branch
|
|
||||||
working-directory: examples/nimble
|
|
||||||
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
|
- name: Build example project
|
||||||
working-directory: examples/nimble
|
working-directory: examples/nimble
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user