Commit fe6a733b authored by George Hotz's avatar George Hotz

better names for scripts

parent dbe5ea75
......@@ -22,7 +22,7 @@ jobs:
yarn install
- name: Build minigeth and run default block (cache)
run: |
./run.sh 13284469
./run_block.sh 13284469
- name: Install Python deps
run: pip3 install -r mipigo/requirements.txt
- name: Build minigeth for embedded
......
......@@ -24,7 +24,7 @@ jobs:
run: npx hardhat compile
- name: Build minigeth and run default block (cache)
run: |
./run.sh
./run_block.sh
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