CI
Some checks failed
Test / Run unit tests (pull_request) Failing after 53s
Test / Run integration tests (pull_request) Failing after 24s

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

View File

@ -19,7 +19,7 @@ jobs:
go-version-file: 'go.mod'
check-latest: true
- name: "Run DB container"
run: docker compose -f test/compose.yml up --wait --quiet-pull
run: docker compose -f test/compose.yml up --wait
- name: "Run tests"
run: go test -v ./...
@ -51,7 +51,9 @@ jobs:
repository: roysc/stack-orchestrator
ref: plugeth-testing
path: ./stack-orchestrator
- run: pip install ./stack-orchestrator
- run: |
apt-get install -y python3-pip
pip install ./stack-orchestrator
- name: "Run testnet stack"
working-directory: ./plugeth-statediff
run: ./scripts/integration-setup.sh