Update pull-request.yml #2156
push.yml
on: push
Matrix: Testing Application
Check Schema
31s
Deploying Application to Cloud VPS
0s
Annotations
4 errors and 2 warnings
Check Schema
Failed to load 'schema.graphql' (ref: refs/pull/24/merge)
|
tests/resolvers/Mutation/updateAdvertisement.spec.ts > resolvers -> Mutation -> updateAdvertisement > updates the advertisement with _id === args.id and returns it:
src/resolvers/Mutation/updateAdvertisement.ts#L145
Error: Translated Error: Start date must be greater than or equal to current date.
❯ Module.updateAdvertisement src/resolvers/Mutation/updateAdvertisement.ts:145:13
❯ tests/resolvers/Mutation/updateAdvertisement.spec.ts:207:40
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errors: [ { message: 'Translated Error: Start date must be greater than or equal to current date.', code: 'startdate.notvalid', param: 'dateValidation', metadata: {} } ], httpCode: 422 }
|
tests/resolvers/Mutation/updateAdvertisement.spec.ts > resolvers -> Mutation -> updateAdvertisement > updates the advertisement with _id === args.id and returns it as an org admin:
src/resolvers/Mutation/updateAdvertisement.ts#L145
Error: Translated Error: Start date must be greater than or equal to current date.
❯ Module.updateAdvertisement src/resolvers/Mutation/updateAdvertisement.ts:145:13
❯ tests/resolvers/Mutation/updateAdvertisement.spec.ts:273:40
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errors: [ { message: 'Translated Error: Start date must be greater than or equal to current date.', code: 'startdate.notvalid', param: 'dateValidation', metadata: {} } ], httpCode: 422 }
|
Testing Application (22.x)
Process completed with exit code 1.
|
Check Schema
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Testing Application (22.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|