diff --git a/.github/workflows/ci_l1.yaml b/.github/workflows/ci_l1.yaml index 4084815e3..7e6475682 100644 --- a/.github/workflows/ci_l1.yaml +++ b/.github/workflows/ci_l1.yaml @@ -210,7 +210,7 @@ jobs: toolchain: ${{ env.RUST_VERSION }} - name: Run Hive Simulation - run: cd /tmp/hive && ./hive --client ethrex --sim ${{ matrix.simulation }} --sim.limit "${{ matrix.test_pattern }}" --sim.parallelism 4 + run: ./hive --client ethrex --sim ${{ matrix.simulation }} --sim.limit "${{ matrix.test_pattern }}" --sim.parallelism 4 # The purpose of this job is to add it as a required check in GitHub so that we don't have to add every individual job as a required check all-tests: