From 5fa5cbc775a8b7909c1e443d9820fbb725953587 Mon Sep 17 00:00:00 2001 From: Mohsin Zaidi <2236875+smrz2001@users.noreply.github.com> Date: Tue, 13 May 2025 12:39:35 -0400 Subject: [PATCH] fix(ci): use latest ipc commit for tests --- .github/workflows/ci.yml | 3 +-- Makefile | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b62aff..271b88f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,8 +14,7 @@ env: DOCKER_PASSWORD: ${{ secrets.DOCKER_HUB_PASSWORD }} DO_NOT_TRACK: 1 DAGGER_NO_NAG: 1 - # TODO: Use the latest localnet image once it can build with the latest IPC code - LOCALNET_IMAGE: "textile/recall-localnet:sha-dc4da8c-3e80bf0" + LOCALNET_IMAGE: "textile/recall-localnet:latest" concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }} diff --git a/Makefile b/Makefile index 4a13fb1..cf752dd 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ .PHONY: all build install test test-sdk test-cli test-all doc clean lint check-fmt check-clippy run-localnet stop-localnet -# TODO: Use the latest localnet image once it can build with the latest IPC code -RECALL_LOCALNET_IMAGE ?= "textile/recall-localnet:sha-dc4da8c-3e80bf0" +RECALL_LOCALNET_IMAGE ?= "textile/recall-localnet:latest" RECALL_NETWORK_CONFIG_FILE ?= /tmp/networks.toml