Skip to content

ci(github-actions): remove prisma init steps #62

ci(github-actions): remove prisma init steps

ci(github-actions): remove prisma init steps #62

Triggered via push December 11, 2024 10:18
Status Failure
Total duration 1m 26s
Artifacts

test.yml

on: push
Install packages
28s
Install packages
Run lint
23s
Run lint
Run type check
41s
Run type check
Run Unint test
43s
Run Unint test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
test/bobbin-resolver.spec.ts > Bobbin Resolver > mutations > should be able to create a user: packages/prisma/test/bobbin-resolver.spec.ts#L124
PrismaClientKnownRequestError: Invalid `db.post.deleteMany()` invocation in /home/runner/work/gqloom/gqloom/packages/prisma/test/bobbin-resolver.spec.ts:124:21 121 return data 122 } 123 beforeEach(async () => { → 124 await db.post.deleteMany( The table `main.Post` does not exist in the current database. ❯ Mn.handleRequestError test/client/runtime/library.js:121:7753 ❯ Mn.handleAndLogRequestError test/client/runtime/library.js:121:7061 ❯ Mn.request test/client/runtime/library.js:121:6745 ❯ l test/client/runtime/library.js:130:9633 ❯ test/bobbin-resolver.spec.ts:124:7 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'P2021', clientVersion: '5.20.0', meta: { modelName: 'Post', table: 'main.Post' }, batchRequestIdx: undefined }
test/bobbin-resolver.spec.ts > Bobbin Resolver > mutations > should be able to create many users: packages/prisma/test/bobbin-resolver.spec.ts#L124
PrismaClientKnownRequestError: Invalid `db.post.deleteMany()` invocation in /home/runner/work/gqloom/gqloom/packages/prisma/test/bobbin-resolver.spec.ts:124:21 121 return data 122 } 123 beforeEach(async () => { → 124 await db.post.deleteMany( The table `main.Post` does not exist in the current database. ❯ Mn.handleRequestError test/client/runtime/library.js:121:7753 ❯ Mn.handleAndLogRequestError test/client/runtime/library.js:121:7061 ❯ Mn.request test/client/runtime/library.js:121:6745 ❯ l test/client/runtime/library.js:130:9633 ❯ test/bobbin-resolver.spec.ts:124:7 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'P2021', clientVersion: '5.20.0', meta: { modelName: 'Post', table: 'main.Post' }, batchRequestIdx: undefined }
test/bobbin-resolver.spec.ts > Bobbin Resolver > mutations > should be able to create a post with a author: packages/prisma/test/bobbin-resolver.spec.ts#L124
PrismaClientKnownRequestError: Invalid `db.post.deleteMany()` invocation in /home/runner/work/gqloom/gqloom/packages/prisma/test/bobbin-resolver.spec.ts:124:21 121 return data 122 } 123 beforeEach(async () => { → 124 await db.post.deleteMany( The table `main.Post` does not exist in the current database. ❯ Mn.handleRequestError test/client/runtime/library.js:121:7753 ❯ Mn.handleAndLogRequestError test/client/runtime/library.js:121:7061 ❯ Mn.request test/client/runtime/library.js:121:6745 ❯ l test/client/runtime/library.js:130:9633 ❯ test/bobbin-resolver.spec.ts:124:7 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'P2021', clientVersion: '5.20.0', meta: { modelName: 'Post', table: 'main.Post' }, batchRequestIdx: undefined }
test/bobbin-resolver.spec.ts > Bobbin Resolver > mutations > should be able to delete a user: packages/prisma/test/bobbin-resolver.spec.ts#L124
PrismaClientKnownRequestError: Invalid `db.post.deleteMany()` invocation in /home/runner/work/gqloom/gqloom/packages/prisma/test/bobbin-resolver.spec.ts:124:21 121 return data 122 } 123 beforeEach(async () => { → 124 await db.post.deleteMany( The table `main.Post` does not exist in the current database. ❯ Mn.handleRequestError test/client/runtime/library.js:121:7753 ❯ Mn.handleAndLogRequestError test/client/runtime/library.js:121:7061 ❯ Mn.request test/client/runtime/library.js:121:6745 ❯ l test/client/runtime/library.js:130:9633 ❯ test/bobbin-resolver.spec.ts:124:7 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'P2021', clientVersion: '5.20.0', meta: { modelName: 'Post', table: 'main.Post' }, batchRequestIdx: undefined }
test/bobbin-resolver.spec.ts > Bobbin Resolver > mutations > should be able to delete many posts: packages/prisma/test/bobbin-resolver.spec.ts#L124
PrismaClientKnownRequestError: Invalid `db.post.deleteMany()` invocation in /home/runner/work/gqloom/gqloom/packages/prisma/test/bobbin-resolver.spec.ts:124:21 121 return data 122 } 123 beforeEach(async () => { → 124 await db.post.deleteMany( The table `main.Post` does not exist in the current database. ❯ Mn.handleRequestError test/client/runtime/library.js:121:7753 ❯ Mn.handleAndLogRequestError test/client/runtime/library.js:121:7061 ❯ Mn.request test/client/runtime/library.js:121:6745 ❯ l test/client/runtime/library.js:130:9633 ❯ test/bobbin-resolver.spec.ts:124:7 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'P2021', clientVersion: '5.20.0', meta: { modelName: 'Post', table: 'main.Post' }, batchRequestIdx: undefined }
test/bobbin-resolver.spec.ts > Bobbin Resolver > mutations > should be able to update a post: packages/prisma/test/bobbin-resolver.spec.ts#L124
PrismaClientKnownRequestError: Invalid `db.post.deleteMany()` invocation in /home/runner/work/gqloom/gqloom/packages/prisma/test/bobbin-resolver.spec.ts:124:21 121 return data 122 } 123 beforeEach(async () => { → 124 await db.post.deleteMany( The table `main.Post` does not exist in the current database. ❯ Mn.handleRequestError test/client/runtime/library.js:121:7753 ❯ Mn.handleAndLogRequestError test/client/runtime/library.js:121:7061 ❯ Mn.request test/client/runtime/library.js:121:6745 ❯ l test/client/runtime/library.js:130:9633 ❯ test/bobbin-resolver.spec.ts:124:7 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'P2021', clientVersion: '5.20.0', meta: { modelName: 'Post', table: 'main.Post' }, batchRequestIdx: undefined }
test/bobbin-resolver.spec.ts > Bobbin Resolver > mutations > should be able to update many posts: packages/prisma/test/bobbin-resolver.spec.ts#L124
PrismaClientKnownRequestError: Invalid `db.post.deleteMany()` invocation in /home/runner/work/gqloom/gqloom/packages/prisma/test/bobbin-resolver.spec.ts:124:21 121 return data 122 } 123 beforeEach(async () => { → 124 await db.post.deleteMany( The table `main.Post` does not exist in the current database. ❯ Mn.handleRequestError test/client/runtime/library.js:121:7753 ❯ Mn.handleAndLogRequestError test/client/runtime/library.js:121:7061 ❯ Mn.request test/client/runtime/library.js:121:6745 ❯ l test/client/runtime/library.js:130:9633 ❯ test/bobbin-resolver.spec.ts:124:7 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'P2021', clientVersion: '5.20.0', meta: { modelName: 'Post', table: 'main.Post' }, batchRequestIdx: undefined }
test/bobbin-resolver.spec.ts > Bobbin Resolver > mutations > should be able to upsert a user: packages/prisma/test/bobbin-resolver.spec.ts#L124
PrismaClientKnownRequestError: Invalid `db.post.deleteMany()` invocation in /home/runner/work/gqloom/gqloom/packages/prisma/test/bobbin-resolver.spec.ts:124:21 121 return data 122 } 123 beforeEach(async () => { → 124 await db.post.deleteMany( The table `main.Post` does not exist in the current database. ❯ Mn.handleRequestError test/client/runtime/library.js:121:7753 ❯ Mn.handleAndLogRequestError test/client/runtime/library.js:121:7061 ❯ Mn.request test/client/runtime/library.js:121:6745 ❯ l test/client/runtime/library.js:130:9633 ❯ test/bobbin-resolver.spec.ts:124:7 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'P2021', clientVersion: '5.20.0', meta: { modelName: 'Post', table: 'main.Post' }, batchRequestIdx: undefined }
test/bobbin-resolver.spec.ts > Bobbin Resolver > queries: packages/prisma/test/bobbin-resolver.spec.ts#L407
PrismaClientKnownRequestError: Invalid `db.post.deleteMany()` invocation in /home/runner/work/gqloom/gqloom/packages/prisma/test/bobbin-resolver.spec.ts:407:21 404 } 405 406 beforeAll(async () => { → 407 await db.post.deleteMany( The table `main.Post` does not exist in the current database. ❯ Mn.handleRequestError test/client/runtime/library.js:121:7753 ❯ Mn.handleAndLogRequestError test/client/runtime/library.js:121:7061 ❯ Mn.request test/client/runtime/library.js:121:6745 ❯ l test/client/runtime/library.js:130:9633 ❯ test/bobbin-resolver.spec.ts:407:7 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'P2021', clientVersion: '5.20.0', meta: { modelName: 'Post', table: 'main.Post' }, batchRequestIdx: undefined }
test/bobbin.spec.ts > PrismaModelBobbin > relationField > should be able to resolve a relationField: packages/prisma/test/bobbin.spec.ts#L93
PrismaClientKnownRequestError: Invalid `db.user.deleteMany()` invocation in /home/runner/work/gqloom/gqloom/packages/prisma/test/bobbin.spec.ts:93:21 90 const schema = weave(r1, r2) 91 const yoga = createYoga({ schema }) 92 beforeEach(async () => { → 93 await db.user.deleteMany( The table `main.User` does not exist in the current database. ❯ Mn.handleRequestError test/client/runtime/library.js:121:7753 ❯ Mn.handleAndLogRequestError test/client/runtime/library.js:121:7061 ❯ Mn.request test/client/runtime/library.js:121:6745 ❯ l test/client/runtime/library.js:130:9633 ❯ test/bobbin.spec.ts:93:7 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'P2021', clientVersion: '5.20.0', meta: { modelName: 'User', table: 'main.User' }, batchRequestIdx: undefined }
Install packages
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run type check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run Unint test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636