Skip to content

Commit 10dc3d3

Browse files
authored
chore: misc CI fixes (#3664)
* add make update to CI workflow * add a nwaku -> logos-messaging-nim workflow rename * pin local container-image.yml workflow to a commit
1 parent 9e2b383 commit 10dc3d3

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/ci.yml

Lines changed: 7 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

@@ -114,6 +117,9 @@ jobs:
114117
.git/modules
115118
key: ${{ runner.os }}-vendor-modules-${{ steps.submodules.outputs.hash }}
116119

120+
- name: Make update
121+
run: make update
122+
117123
- name: Run tests
118124
run: |
119125
postgres_enabled=0
@@ -132,7 +138,7 @@ jobs:
132138
build-docker-image:
133139
needs: changes
134140
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
141+
uses: logos-messaging/logos-messaging-nim/.github/workflows/container-image.yml@4139681df984de008069e86e8ce695f1518f1c0b
136142
secrets: inherit
137143

138144
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)