Skip to content

Commit

Permalink
always verify APOLLO_KEY and APOLLO_GRAPH_REF for local supergraph wi…
Browse files Browse the repository at this point in the history
…th entitled features

Signed-off-by: Phil Prasek <prasek@gmail.com>
  • Loading branch information
prasek committed Apr 14, 2023
1 parent 654b89a commit 3508aaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/local-router-no-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
docker-compose \
-f docker-compose.yaml \
-f opentelemetry/docker-compose.otel.yaml \
-f examples/local/docker-compose.router-no-code.yaml \
-f misc/local/docker-compose.router-no-code.yaml \
logs
- name: docker-compose down
run: docker-compose down --remove-orphans
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ run-supergraph-local-entitled: up-subgraphs config compose run-router-local-enti

.PHONY: run-router-local-entitled
run-router-local-entitled:
@source "./.scripts/graph-api-env-export.sh" && set -x; \
@source "./.scripts/graph-api-env.sh" && set -x; \
./router --version && \
./router --dev \
-c ./supergraph/router.yaml \
Expand Down

0 comments on commit 3508aaf

Please sign in to comment.