Skip to content

Commit 633eeb7

Browse files
authored
cleanup router dev build (#421)
Signed-off-by: Phil Prasek <[email protected]>
1 parent a980caf commit 633eeb7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/studio-router-rust-dev.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ jobs:
5757
docker-compose \
5858
-f docker-compose.yaml \
5959
-f opentelemetry/docker-compose.otel.yaml \
60-
-f opentelemetry/docker-compose.otel.yaml \
6160
-f misc/studio/docker-compose.router-rust-dev.yaml \
6261
build --parallel --progress plain
6362
- name: docker-compose up -d

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ ci-local-router-rust-dev:
410410
.PHONY: ci-studio-router-dev
411411
ci-studio-router-dev:
412412
act -P $(ubuntu-latest) \
413-
-W .github/workflows/studio-router-dev.yaml \
413+
-W .github/workflows/studio-router-rust-dev.yaml \
414414
--secret-file graph-api.env \
415415
-s APOLLO_GRAPH_REF_ROUTER_DEV=supergraph-router-fed2@ci-router-dev \
416416
--detect-event

0 commit comments

Comments
 (0)