mirror of
https://github.com/status-im/nim-libp2p.git
synced 2025-02-20 08:38:30 +00:00
test: set cancel-in-progress: false
- nimble install -y --depsOnly
This commit is contained in:
parent
963c1ddffb
commit
0bffa96edd
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -10,7 +10,7 @@ on:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
cancel-in-progress: false
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -84,7 +84,7 @@ jobs:
|
||||
- name: Install deps
|
||||
# if: ${{ steps.deps-cache.outputs.cache-hit != 'true' }}
|
||||
run: |
|
||||
nimble install_pinned
|
||||
nimble install -y --depsOnly
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user