Skip to content

Commit 3e992cc

Browse files
committed
chore: enable integration tests in CI
1 parent aee4b4e commit 3e992cc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/event_pr.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,12 @@ jobs:
9191
RPC_PROXY_PROVIDER_ALLNODES_API_KEY: ""
9292
RPC_PROXY_PROVIDER_MELD_API_KEY: ""
9393
RPC_PROXY_PROVIDER_MELD_API_URL: ""
94+
- run: docker compose up -d --build proxy
95+
- uses: ./.github/workflows/sub-validate.yml
96+
secrets: inherit
97+
with:
98+
stage: local
99+
stage-url: http://localhost:3001
94100
- run: docker logs mock-bundler-anvil-1
95101
if: failure()
96102
- run: docker logs mock-bundler-alto-1

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
context: .
2121
dockerfile: Dockerfile
2222
ports:
23-
- "3000:3000"
23+
- "3001:3000"
2424
environment:
2525
- RPC_PROXY_LOG_LEVEL=DEBUG
2626
- RPC_PROXY_HOST=0.0.0.0

0 commit comments

Comments
 (0)