CI image builds
Some checks failed
Test / Run unit tests (pull_request) Failing after 52s
Test / Run integration tests (pull_request) Failing after 54s

This commit is contained in:
Roy Crihfield 2023-07-06 16:56:57 +08:00
parent 9354bcdd67
commit df905aabfc

View File

@ -39,6 +39,18 @@ jobs:
repository: roysc/stack-orchestrator
ref: plugeth-testing
path: ./stack-orchestrator
- uses: actions/checkout@v3
with:
repository: cerc-io/plugeth
ref: statediff-wip
path: ../plugeth
- name: "Install SSH for image builds"
run: |
mkdir -p _dev/.ssh
echo "${{ secrets.CI_SSH_PRIVATE_KEY }}" > _dev/.ssh/id_rsa
ssh-keyscan >> _dev/.ssh/known_hosts
echo '[url "ssh://git@git.vdb.to"] insteadOf = https://git.vdb.to' > _dev/.gitconfig
cp -r _dev ../plugeth
- run: pip install ./stack-orchestrator
- name: "Run testnet stack"
run: ./scripts/integration-setup.sh