Skip to content

Test

Test #477

Triggered via schedule October 17, 2023 00:49
Status Failure
Total duration 29s
Artifacts

test.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Test: test/_test_data.ts#L213
Type '{ material: "IRON_SWORD"; name: string; category: "SWORD"; tier: string; npc_sell_price: number; stats: { damage: number; }; rarity_salvageable: true; salvages: { type: "ESSENCE"; essence_type: "SPIDER"; amount: number; }[]; id: string; }' is not assignable to type '({ material: string; skin?: string; color?: string; lose_motes_value_on_transfer?: boolean; enchantments?: Record<string, number>; durability?: number; item_durability?: -1; name: string; ... 32 more ...; id: string; } & { ...; }) | ... 10 more ... | ({ ...; } & ... 2 more ... & { ...; })'.
Test: test/_test_data.ts#L243
Type '{ material: "LEATHER_BOOTS"; color: "139,0,0"; name: string; category: "BOOTS"; tier: string; npc_sell_price: number; stats: { defense: number; health: number; }; rarity_salvageable: true; salvages: { ...; }[]; soulbound: "COOP"; id: string; }' is not assignable to type '({ material: string; skin?: string; color?: string; lose_motes_value_on_transfer?: boolean; enchantments?: Record<string, number>; durability?: number; item_durability?: -1; name: string; ... 32 more ...; id: string; } & { ...; }) | ... 10 more ... | ({ ...; } & ... 2 more ... & { ...; })'.
Test: test/_test_data.ts#L266
Type '{ material: "SKULL_ITEM"; durability: number; skin: string; name: string; category: "BELT"; tier: string; npc_sell_price: number; stats: { defense: number; health: number; }; rarity_salvageable: true; salvages: { ...; }[]; soulbound: "COOP"; id: string; }' is not assignable to type '({ material: string; skin?: string; color?: string; lose_motes_value_on_transfer?: boolean; enchantments?: Record<string, number>; durability?: number; item_durability?: -1; name: string; ... 32 more ...; id: string; } & { ...; }) | ... 10 more ... | ({ ...; } & ... 2 more ... & { ...; })'.
Test: test/_test_data.ts#L289
Type '{ material: "SKULL_ITEM"; durability: number; skin: string; name: string; category: "NECKLACE"; npc_sell_price: number; tier: string; stats: { defense: number; health: number; }; rarity_salvageable: true; salvages: { ...; }[]; soulbound: "COOP"; id: string; }' is not assignable to type '({ material: string; skin?: string; color?: string; lose_motes_value_on_transfer?: boolean; enchantments?: Record<string, number>; durability?: number; item_durability?: -1; name: string; ... 32 more ...; id: string; } & { ...; }) | ... 10 more ... | ({ ...; } & ... 2 more ... & { ...; })'.
Test: test/_test_data.ts#L312
Type '{ material: "SKULL_ITEM"; durability: number; skin: string; name: string; category: "GLOVES"; tier: string; npc_sell_price: number; stats: { defense: number; health: number; }; rarity_salvageable: true; salvages: { ...; }[]; soulbound: "COOP"; id: string; }' is not assignable to type '({ material: string; skin?: string; color?: string; lose_motes_value_on_transfer?: boolean; enchantments?: Record<string, number>; durability?: number; item_durability?: -1; name: string; ... 32 more ...; id: string; } & { ...; }) | ... 10 more ... | ({ ...; } & ... 2 more ... & { ...; })'.
Test: test/_test_data.ts#L344
Type '{ material: "SKULL_ITEM"; durability: number; skin: string; name: string; category: "HELMET"; tier: string; npc_sell_price: number; stats: { defense: number; health: number; }; rarity_salvageable: true; salvages: { ...; }[]; soulbound: "COOP"; id: string; }' is not assignable to type '({ material: string; skin?: string; color?: string; lose_motes_value_on_transfer?: boolean; enchantments?: Record<string, number>; durability?: number; item_durability?: -1; name: string; ... 32 more ...; id: string; } & { ...; }) | ... 10 more ... | ({ ...; } & ... 2 more ... & { ...; })'.
Test: test/_test_data.ts#L366
Type '{ material: "LEATHER_CHESTPLATE"; color: "139,0,0"; name: string; category: "CHESTPLATE"; tier: string; npc_sell_price: number; stats: { defense: number; health: number; }; rarity_salvageable: true; salvages: { ...; }[]; soulbound: "COOP"; id: string; }' is not assignable to type '({ material: string; skin?: string; color?: string; lose_motes_value_on_transfer?: boolean; enchantments?: Record<string, number>; durability?: number; item_durability?: -1; name: string; ... 32 more ...; id: string; } & { ...; }) | ... 10 more ... | ({ ...; } & ... 2 more ... & { ...; })'.
Test: test/_test_data.ts#L398
Type '{ material: "SKULL_ITEM"; durability: number; skin: string; name: string; category: "CLOAK"; tier: string; npc_sell_price: number; stats: { defense: number; health: number; }; rarity_salvageable: true; salvages: { ...; }[]; soulbound: "COOP"; id: string; }' is not assignable to type '({ material: string; skin?: string; color?: string; lose_motes_value_on_transfer?: boolean; enchantments?: Record<string, number>; durability?: number; item_durability?: -1; name: string; ... 32 more ...; id: string; } & { ...; }) | ... 10 more ... | ({ ...; } & ... 2 more ... & { ...; })'.
Test: test/_test_data.ts#L420
Type '{ material: "LEATHER_LEGGINGS"; color: "139,0,0"; name: string; category: "LEGGINGS"; tier: string; npc_sell_price: number; stats: { defense: number; health: number; }; rarity_salvageable: true; salvages: { ...; }[]; soulbound: "COOP"; id: string; }' is not assignable to type '({ material: string; skin?: string; color?: string; lose_motes_value_on_transfer?: boolean; enchantments?: Record<string, number>; durability?: number; item_durability?: -1; name: string; ... 32 more ...; id: string; } & { ...; }) | ... 10 more ... | ({ ...; } & ... 2 more ... & { ...; })'.
Test
Process completed with exit code 1.
Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/