From 33844ea5d5dbe83fbd7786aa5f69a43091d18db3 Mon Sep 17 00:00:00 2001 From: enisdenjo Date: Fri, 30 Jun 2023 17:57:38 +0200 Subject: [PATCH] ci: use latest rover for apollo fed compat testing --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce9b8ea630..29a8d02494 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -232,7 +232,7 @@ jobs: - name: Bundle Apollo Federation Subgraph Example run: pnpm --filter=example-apollo-federation-compatibility build - name: Install Rover - run: curl -sSL https://rover.apollo.dev/nix/v0.11.1 | sh + run: curl -sSL https://rover.apollo.dev/nix/latest | sh - name: Add Rover to PATH run: echo "$HOME/.rover/bin" >> $GITHUB_PATH - name: Apollo Federation Subgraph Compatibility