File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 44 workflow_call :
55
66env :
7- stack-orchestrator-ref : ${{ github.event.inputs.stack-orchestrator-ref || 'feature/testing- geth'}}
7+ stack-orchestrator-ref : ${{ github.event.inputs.stack-orchestrator-ref || 'feature/geth-testing '}}
88 ipld-eth-db-ref : ${{ github.event.inputs.ipld-ethcl-db-ref || 'main' }}
99 GOPATH : /tmp/go
1010
@@ -106,8 +106,9 @@ jobs:
106106 - name : Run docker compose
107107 run : |
108108 docker-compose \
109- -f "$GITHUB_WORKSPACE/stack-orchestrator/docker/local/docker-compose-db.yml" \
110- -f "$GITHUB_WORKSPACE/stack-orchestrator/docker/local/docker-compose-go-ethereum.yml" \
109+ -f "$GITHUB_WORKSPACE/stack-orchestrator/docker/local/docker-compose-db-migration.yml \
110+ -f "$GITHUB_WORKSPACE/stack-orchestrator/docker/local/docker-compose-go-ethereum4.yml \
111+ -f "$GITHUB_WORKSPACE/stack-orchestrator/docker/latest/docker-compose-timescale-db.yml \
111112 --env-file $GITHUB_WORKSPACE/config.sh \
112113 up -d --build
113114
You can’t perform that action at this time.
0 commit comments