From 84d1e9947812f4985ea04341ba2f480cb06c1c67 Mon Sep 17 00:00:00 2001 From: E M <5089238+emizzle@users.noreply.github.com> Date: Fri, 16 Jan 2026 08:21:19 +1100 Subject: [PATCH] Fix ci workflow after rebase --- .github/workflows/ci-reusable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-reusable.yml b/.github/workflows/ci-reusable.yml index acc322b5..7af00851 100644 --- a/.github/workflows/ci-reusable.yml +++ b/.github/workflows/ci-reusable.yml @@ -54,7 +54,7 @@ jobs: with: node-version: 22 - - name: Start Ethereum node with Logos Storage contracts + - name: Install Ethereum node dependencies if: matrix.tests == 'contract' || matrix.tests == 'integration' || matrix.tests == 'tools' || matrix.tests == 'all' working-directory: vendor/logos-storage-contracts-eth env: @@ -64,7 +64,7 @@ jobs: - name: Run Ethereum node with Codex contracts if: matrix.tests == 'contract' || matrix.tests == 'integration' || matrix.tests == 'tools' || matrix.tests == 'all' - working-directory: vendor/codex-contracts-eth + working-directory: vendor/logos-storage-contracts-eth env: MSYS2_PATH_TYPE: inherit run: |