Skip to content

Commit

Permalink
add hive test
Browse files Browse the repository at this point in the history
  • Loading branch information
blxdyx committed Feb 11, 2025
1 parent dd0ccc1 commit c3cfe81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-hive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
mv clients/erigon/Dockerfile.git clients/erigon/Dockerfile
branch_name=$(echo ${GITHUB_REF#refs/heads/} | sed 's/[&/\]/\\&/g')
echo Building Hive with Erigon branch - $branch_name
sed -i "s/^ARG github=erigontech\/erigon$/ARG github=node-real\/bsc-erigon/" clients/erigon/Dockerfile
sed -i "s|cd erigon|cd bsc-erigon|g" clients/erigon/Dockerfile
sed -i "s/^ARG tag=main$/ARG tag=${branch_name}/" clients/erigon/Dockerfile
go build . >> buildlogs.log
# Depends on the last line of hive output that prints the number of suites, tests and failed
Expand Down

0 comments on commit c3cfe81

Please sign in to comment.