We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a980caf commit 633eeb7Copy full SHA for 633eeb7
.github/workflows/studio-router-rust-dev.yaml
@@ -57,7 +57,6 @@ jobs:
57
docker-compose \
58
-f docker-compose.yaml \
59
-f opentelemetry/docker-compose.otel.yaml \
60
- -f opentelemetry/docker-compose.otel.yaml \
61
-f misc/studio/docker-compose.router-rust-dev.yaml \
62
build --parallel --progress plain
63
- name: docker-compose up -d
Makefile
@@ -410,7 +410,7 @@ ci-local-router-rust-dev:
410
.PHONY: ci-studio-router-dev
411
ci-studio-router-dev:
412
act -P $(ubuntu-latest) \
413
- -W .github/workflows/studio-router-dev.yaml \
+ -W .github/workflows/studio-router-rust-dev.yaml \
414
--secret-file graph-api.env \
415
-s APOLLO_GRAPH_REF_ROUTER_DEV=supergraph-router-fed2@ci-router-dev \
416
--detect-event
0 commit comments