Skip to content

Commit

Permalink
install rover pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Mar 22, 2023
1 parent 072176d commit 4a716b4
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,10 +284,6 @@ jobs:
run: pnpm build
- name: Bundle Apollo Federation Subgraph Example
run: pnpm --filter=example-nestjs-apollo-federation-compatibility build
- name: Install Rover
run: curl -sSL https://rover.apollo.dev/nix/v0.11.1 | sh
- name: Add Rover to PATH
run: echo "$HOME/.rover/bin" >> $GITHUB_PATH
- name: Run Tests
working-directory: examples/nestjs-apollo-federation-compatibility
run: pnpm --filter=example-nestjs-apollo-federation-compatibility test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
},
"devDependencies": {
"@apollo/federation-subgraph-compatibility": "^1.2.1",
"@apollo/rover": "^0.13.0",
"@graphql-yoga/nestjs-federation": "0.0.0",
"@grpc/proto-loader": "^0.7.5",
"@nestjs/cli": "^9.2.0",
Expand Down
45 changes: 45 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4a716b4

Please sign in to comment.