Skip to content

Commit

Permalink
move "integration-test" into "integration-test/nextjs"
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Feb 19, 2024
1 parent 1d254e7 commit e6316e8
Show file tree
Hide file tree
Showing 34 changed files with 28 additions and 28 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ jobs:
if: steps.playwright-cache.outputs.cache-hit == 'true'

- run: yarn workspaces foreach --all --include "@apollo/*" add -D -P @apollo/client@${{ matrix.version }}
- run: yarn workspace integration-test add @apollo/client@${{ matrix.version }}
- run: yarn workspace @integration-test/nextjs add @apollo/client@${{ matrix.version }}

- name: Build
run: yarn workspaces foreach --all -t --include "@apollo/*" --include integration-test run build
run: yarn workspaces foreach --all -t --include "@apollo/*" --include @integration-test/nextjs run build
- name: Run tests
run: yarn workspace integration-test run test | tee $GITHUB_STEP_SUMMARY
run: yarn workspace @integration-test/nextjs run test | tee $GITHUB_STEP_SUMMARY
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "integration-test",
"name": "@integration-test/nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packageManager": "yarn@4.1.0",
"workspaces": [
"packages/*",
"integration-test",
"integration-test/*",
"examples/*"
],
"dependencies": {
Expand Down
46 changes: 23 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3810,6 +3810,29 @@ __metadata:
languageName: node
linkType: hard

"@integration-test/nextjs@workspace:integration-test/nextjs":
version: 0.0.0-use.local
resolution: "@integration-test/nextjs@workspace:integration-test/nextjs"
dependencies:
"@apollo/client": "npm:^3.9.1"
"@apollo/experimental-nextjs-app-support": "workspace:*"
"@apollo/server": "npm:^4.9.5"
"@as-integrations/next": "npm:^3.0.0"
"@graphql-tools/schema": "npm:^10.0.0"
"@playwright/test": "npm:^1.39.0"
"@types/node": "npm:20.3.1"
"@types/react": "npm:^18.2.55"
"@types/react-dom": "npm:18.2.6"
graphql: "npm:^16.7.1"
graphql-tag: "npm:^2.12.6"
next: "npm:^14.1.0"
react: "npm:18.2.0"
react-dom: "npm:18.2.0"
ssr-only-secrets: "npm:^0.0.5"
typescript: "npm:5.1.3"
languageName: unknown
linkType: soft

"@isaacs/cliui@npm:^8.0.2":
version: 8.0.2
resolution: "@isaacs/cliui@npm:8.0.2"
Expand Down Expand Up @@ -9473,29 +9496,6 @@ __metadata:
languageName: node
linkType: hard

"integration-test@workspace:integration-test":
version: 0.0.0-use.local
resolution: "integration-test@workspace:integration-test"
dependencies:
"@apollo/client": "npm:^3.9.1"
"@apollo/experimental-nextjs-app-support": "workspace:*"
"@apollo/server": "npm:^4.9.5"
"@as-integrations/next": "npm:^3.0.0"
"@graphql-tools/schema": "npm:^10.0.0"
"@playwright/test": "npm:^1.39.0"
"@types/node": "npm:20.3.1"
"@types/react": "npm:^18.2.55"
"@types/react-dom": "npm:18.2.6"
graphql: "npm:^16.7.1"
graphql-tag: "npm:^2.12.6"
next: "npm:^14.1.0"
react: "npm:18.2.0"
react-dom: "npm:18.2.0"
ssr-only-secrets: "npm:^0.0.5"
typescript: "npm:5.1.3"
languageName: unknown
linkType: soft

"internal-slot@npm:^1.0.3, internal-slot@npm:^1.0.4, internal-slot@npm:^1.0.5":
version: 1.0.5
resolution: "internal-slot@npm:1.0.5"
Expand Down

0 comments on commit e6316e8

Please sign in to comment.