Skip to content

Commit 10e2f59

Browse files
committed
- add make update
- add a nwaku rename
1 parent 7d1c6ab commit 10e2f59

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ jobs:
7676
.git/modules
7777
key: ${{ runner.os }}-vendor-modules-${{ steps.submodules.outputs.hash }}
7878

79+
- name: Make update
80+
run: make update
81+
7982
- name: Build binaries
8083
run: make V=1 QUICK_AND_DIRTY_COMPILER=1 all tools
8184

@@ -132,7 +135,7 @@ jobs:
132135
build-docker-image:
133136
needs: changes
134137
if: ${{ needs.changes.outputs.v2 == 'true' || needs.changes.outputs.common == 'true' || needs.changes.outputs.docker == 'true' }}
135-
uses: logos-messaging/nwaku/.github/workflows/container-image.yml@master
138+
uses: logos-messaging/logos-messaging-nim/.github/workflows/container-image.yml@master
136139
secrets: inherit
137140

138141
nwaku-nwaku-interop-tests:

.github/workflows/container-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
env:
4242
QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }}
4343
QUAY_USER: ${{ secrets.QUAY_USER }}
44-
44+
4545
- name: Checkout code
4646
if: ${{ steps.secrets.outcome == 'success' }}
4747
uses: actions/checkout@v4
@@ -65,6 +65,7 @@ jobs:
6565
id: build
6666
if: ${{ steps.secrets.outcome == 'success' }}
6767
run: |
68+
make update
6869
6970
make -j${NPROC} V=1 QUICK_AND_DIRTY_COMPILER=1 NIMFLAGS="-d:disableMarchNative -d:postgres -d:chronicles_colors:none" wakunode2
7071

0 commit comments

Comments
 (0)