Added example of MongoDBInlineProjectionSpec in samples #5
build_and_test_sample_webapi-expressjs-with-mongodb.yml
on: pull_request
Build application code
21s
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
|