Skip to content

Added example of MongoDBInlineProjectionSpec in samples #5

Added example of MongoDBInlineProjectionSpec in samples

Added example of MongoDBInlineProjectionSpec in samples #5

Triggered via pull request December 31, 2024 09:50
Status Failure
Total duration 29s
Artifacts
Build application code
21s
Build application code
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
Build application code
Type 'TestEventStream<{ type: "ProductItemAddedToShoppingCart"; data: { shoppingCartId: string; clientId: string; productItem: PricedProductItem; addedAt: Date; }; }>' is not assignable to type 'ResponseAssert'.
Build application code
Argument of type 'TestEventStream<{ type: "ProductItemAddedToShoppingCart"; data: { shoppingCartId: string; clientId: string; productItem: PricedProductItem; addedAt: Date; }; }>' is not assignable to parameter of type 'TestEventStream<ShoppingCartEvent>'.
Build application code
Type 'TestEventStream<{ type: "ShoppingCartConfirmed"; data: { shoppingCartId: string; confirmedAt: Date; }; }>' is not assignable to type 'TestEventStream<ShoppingCartEvent>'.
Build application code
Argument of type 'TestEventStream<{ type: "ProductItemAddedToShoppingCart"; data: { shoppingCartId: string; clientId: string; productItem: PricedProductItem; addedAt: Date; confirmedAt?: undefined; }; } | { ...; }>' is not assignable to parameter of type 'TestEventStream<ShoppingCartEvent>'.
Build application code
Process completed with exit code 2.
Build application code
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636