diff --git a/.github/workflows/test-hive-eest.yml b/.github/workflows/test-hive-eest.yml index 6b6c91bd129..4b34e480782 100644 --- a/.github/workflows/test-hive-eest.yml +++ b/.github/workflows/test-hive-eest.yml @@ -1,4 +1,4 @@ -name: Test Hive +name: Hive EEST tests on: push: @@ -50,7 +50,7 @@ jobs: echo -e "\n\n============================================================" echo "Running test: ${1}" echo -e "\n" - ./hive --sim 'ethereum/eest' --client erigon 2>&1 | tee output.log || { + ./hive --sim 'ethereum/eest/consume-engine' --client erigon 2>&1 | tee output.log || { if [ $? -gt 0 ]; then echo "Exitcode gt 0" fi @@ -78,4 +78,4 @@ jobs: exit 1 fi } - run_suite eest-engine \ No newline at end of file + run_suite eest/consume-engine \ No newline at end of file