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

don't call script from ci tests

parent fe6a733b
...@@ -20,9 +20,11 @@ jobs: ...@@ -20,9 +20,11 @@ jobs:
run: | run: |
npm install --global yarn npm install --global yarn
yarn install yarn install
- name: Build minigeth and run default block (cache) - name: Build minigeth and run block 13284469 (builds preimage cache)
run: | run: |
./run_block.sh 13284469 (cd minigeth/ && go build)
mkdir -p /tmp/cannon
minigeth/go-ethereum 13284469
- name: Install Python deps - name: Install Python deps
run: pip3 install -r mipigo/requirements.txt run: pip3 install -r mipigo/requirements.txt
- name: Build minigeth for embedded - name: Build minigeth for embedded
......
...@@ -24,7 +24,8 @@ jobs: ...@@ -24,7 +24,8 @@ jobs:
run: npx hardhat compile run: npx hardhat compile
- name: Build minigeth and run default block (cache) - name: Build minigeth and run default block (cache)
run: | run: |
./run_block.sh (cd minigeth/ && go build)
mkdir -p /tmp/cannon
minigeth/go-ethereum 13284491 minigeth/go-ethereum 13284491
- name: Install Python deps - name: Install Python deps
run: pip3 install -r mipigo/requirements.txt 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