mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-16 12:53:14 +00:00
fix: ci - 5
This commit is contained in:
parent
97b466561e
commit
c5e206ec86
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -160,7 +160,7 @@ jobs:
|
||||
build-docker-image:
|
||||
needs: changes
|
||||
if: ${{ needs.changes.outputs.v2 == 'true' || needs.changes.outputs.common == 'true' || needs.changes.outputs.docker == 'true' }}
|
||||
uses: logos-messaging/logos-messaging-nim/.github/workflows/container-image.yml@10dc3d3eb4b6a3d4313f7b2cc4a85a925e9ce039
|
||||
uses: ./.github/workflows/container-image.yml
|
||||
secrets: inherit
|
||||
|
||||
nwaku-nwaku-interop-tests:
|
||||
|
||||
9
.github/workflows/container-image.yml
vendored
9
.github/workflows/container-image.yml
vendored
@ -52,6 +52,15 @@ jobs:
|
||||
with:
|
||||
version: binary:2.2.6
|
||||
|
||||
- name: Cache nimble packages
|
||||
if: ${{ steps.secrets.outcome == 'success' }}
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.nimble/pkgs2
|
||||
key: ${{ runner.os }}-nimble-${{ hashFiles('nimble.lock') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-nimble-
|
||||
|
||||
- name: Build binaries
|
||||
id: build
|
||||
if: ${{ steps.secrets.outcome == 'success' }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user