CI
This commit is contained in:
parent
8bc7d62d4f
commit
26ac972f7a
@ -19,7 +19,7 @@ jobs:
|
|||||||
go-version-file: 'go.mod'
|
go-version-file: 'go.mod'
|
||||||
check-latest: true
|
check-latest: true
|
||||||
- name: "Run DB container"
|
- 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"
|
- name: "Run tests"
|
||||||
run: go test -v ./...
|
run: go test -v ./...
|
||||||
|
|
||||||
@ -51,7 +51,9 @@ jobs:
|
|||||||
repository: roysc/stack-orchestrator
|
repository: roysc/stack-orchestrator
|
||||||
ref: plugeth-testing
|
ref: plugeth-testing
|
||||||
path: ./stack-orchestrator
|
path: ./stack-orchestrator
|
||||||
- run: pip install ./stack-orchestrator
|
- run: |
|
||||||
|
apt-get install -y python3-pip
|
||||||
|
pip install ./stack-orchestrator
|
||||||
- name: "Run testnet stack"
|
- name: "Run testnet stack"
|
||||||
working-directory: ./plugeth-statediff
|
working-directory: ./plugeth-statediff
|
||||||
run: ./scripts/integration-setup.sh
|
run: ./scripts/integration-setup.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user