ci
Some checks failed
Test / Run integration tests (pull_request) Failing after 1m7s
Test / Run unit tests (pull_request) Failing after 57s

This commit is contained in:
Roy Crihfield 2023-07-06 17:49:17 +08:00
parent 26ac972f7a
commit 8f55d2f298

View File

@ -52,7 +52,8 @@ jobs:
ref: plugeth-testing
path: ./stack-orchestrator
- run: |
apt-get install -y python3-pip
lsb_release -a
apt-get update && apt-get install -y python3-pip
pip install ./stack-orchestrator
- name: "Run testnet stack"
working-directory: ./plugeth-statediff