Skip to content

Commit 58f9f71

Browse files
committed
chore: remove yarn pnp test
1 parent 0ca64d1 commit 58f9f71

File tree

19 files changed

+0
-2360
lines changed

19 files changed

+0
-2360
lines changed

.github/scripts/check-engines-client.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ skipped_projects=(
2323
pnpm-workspaces-custom-output # Client is generated into a subfolder
2424
pnpm-workspaces-default-output # Client is generated into a subfolder
2525
webpack-browser-custom-output # Client is generated into a subfolder
26-
yarn3-workspaces-pnp # Client is generated into a subfolder
2726
serverless-framework-lambda-pnpm # Client is generated into a subfolder
2827
deno # Client is generated into a subfolder
2928
# custom output

.github/scripts/check-folders.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ async function main() {
1818
'platforms-serverless-vercel/vercel-with-redwood/web', // Redwood uses workspaces but is included
1919
'platforms-serverless/firebase-functions/functions', // Firebase root doesn't have package.json but is included
2020
'packagers/yarn-workspaces/prisma-project', // Yarn workspaces root doesn't have package.json but is included
21-
'packagers/yarn3-workspaces-pnp/packages/sub-project-1', // We don't want to include the workspace folders in the matrix
22-
'packagers/yarn3-workspaces-pnp/packages/sub-project-2', // We don't want to include the workspace folders in the matrix
2321
'platforms/aws-graviton/code', // aws-graviton doesn't have package.json at root but is included
2422
'databases/mongodb-azure-cosmosdb', // expected to fail, so moved to failing-weekly.yaml
2523
]

.github/workflows/test.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -423,16 +423,13 @@ jobs:
423423
- yarn
424424
- yarn-workspaces
425425
- yarn3-without-pnp
426-
- yarn3-workspaces-pnp
427426
include:
428427
- packager: yarn
429428
node: 20
430429
- packager: yarn-workspaces
431430
node: 20
432431
- packager: yarn3-without-pnp
433432
node: 20
434-
- packager: yarn3-workspaces-pnp
435-
node: 20
436433
clientEngine: [client] #['library', 'binary']
437434
runs-on: ${{ matrix.os }}
438435
env:

packagers/yarn3-workspaces-pnp/.gitignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

packagers/yarn3-workspaces-pnp/README.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

packagers/yarn3-workspaces-pnp/package.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

packagers/yarn3-workspaces-pnp/packages/sub-project-1/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

packagers/yarn3-workspaces-pnp/packages/sub-project-1/package.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

packagers/yarn3-workspaces-pnp/packages/sub-project-1/prisma/schema.prisma

Lines changed: 0 additions & 14 deletions
This file was deleted.

packagers/yarn3-workspaces-pnp/packages/sub-project-1/test.sh

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)