Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
add submodule update back in run.sh. otherwise tests do not run locally
Browse files Browse the repository at this point in the history
  • Loading branch information
AronisAt79 authored Sep 22, 2023
1 parent c0c5118 commit 1fe5cac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration-tests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ fi

if [ -n "$STEP_GENDATA" ]; then
echo "+ Gen blockchain data..."
git submodule update --init --recursive --checkout contracts/vendor
rm gendata_output.json > /dev/null 2>&1 || true
cargo run --bin gen_blockchain_data
fi
Expand Down

0 comments on commit 1fe5cac

Please sign in to comment.