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