Skip to content

Commit

Permalink
ci: use latest rover for apollo fed compat testing
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Jun 30, 2023
1 parent ac6c114 commit 33844ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33844ea

Please sign in to comment.