Skip to content

Commit

Permalink
workflows: Add ethereum/eest separate workflow (#12599)
Browse files Browse the repository at this point in the history
To add the `EEST-engine` tests from the Hive team. Essentially runs the
usual EEST tests that we do already run in `test-integration` but
through Engine-API. Important to run these to spot Engine-API specific
issues sometimes
  • Loading branch information
somnathb1 committed Nov 8, 2024
1 parent 36c7436 commit 29b1034
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-hive-eest.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test Hive
name: Hive EEST tests

on:
push:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -78,4 +78,4 @@ jobs:
exit 1
fi
}
run_suite eest-engine
run_suite eest/consume-engine

0 comments on commit 29b1034

Please sign in to comment.