Commit 516f8caf authored by George Hotz's avatar George Hotz

don't call script from ci tests

parent fe6a733b
......@@ -20,9 +20,11 @@ jobs:
run: |
npm install --global yarn
yarn install
- name: Build minigeth and run default block (cache)
- name: Build minigeth and run block 13284469 (builds preimage cache)
run: |
./run_block.sh 13284469
(cd minigeth/ && go build)
mkdir -p /tmp/cannon
minigeth/go-ethereum 13284469
- name: Install Python deps
run: pip3 install -r mipigo/requirements.txt
- name: Build minigeth for embedded
......
......@@ -24,7 +24,8 @@ jobs:
run: npx hardhat compile
- name: Build minigeth and run default block (cache)
run: |
./run_block.sh
(cd minigeth/ && go build)
mkdir -p /tmp/cannon
minigeth/go-ethereum 13284491
- name: Install Python deps
run: pip3 install -r mipigo/requirements.txt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment