Skip to content

Commit 07ce01d

Browse files
author
Abdul Rabbani
committed
Update test for v4
1 parent 2bf46e9 commit 07ce01d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_call:
55

66
env:
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

0 commit comments

Comments
 (0)