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 46b7f6b commit 339bac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-hive-eest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ 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=ledgerwatch\/erigon$/ARG github=erigontech\/erigon/" clients/erigon/Dockerfile
sed -i "s/^ARG github=ledgerwatch\/erigon$/ARG github=nodereal\/bsc-erigon/" 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 339bac9

Please sign in to comment.