Oil Rig Feature PR #13782
ci.yml
on: pull_request
ποΈ Build
49s
π¬ Test
1m 18s
π ESLint
50s
π¨ Prettier
56s
Annotations
9 errors
|
ποΈ Build
Process completed with exit code 1.
|
|
ποΈ Build
An object literal cannot have multiple properties with the same name.
|
|
ποΈ Build
An object literal cannot have multiple properties with the same name.
|
|
ποΈ Build
Property 'WorldRotated' does not exist on type 'typeof GameMapType'.
|
|
π¨ Prettier
Process completed with exit code 1.
|
|
π¬ Test
Process completed with exit code 1.
|
|
tests/NationStructureBehavior.test.ts > NationStructureBehavior.handleStructures > queues an oil rig when a nation has coastal territory and can afford one:
src/core/execution/nation/NationStructureBehavior.ts#L116
TypeError: this.game.sharedWaterComponents is not a function
β― NationStructureBehavior.handleStructures src/core/execution/nation/NationStructureBehavior.ts:116:45
β― tests/NationStructureBehavior.test.ts:387:21
|
|
tests/MapConsistency.test.ts > Map consistency > Every GameMapType (except exemptions) has a frequency entry:
tests/MapConsistency.test.ts#L180
Error: Maps missing from frequency (not exempted):
WorldOil is missing from the frequency record in MapPlaylist.ts
β― tests/MapConsistency.test.ts:180:13
|
|
tests/MapConsistency.test.ts > Map consistency > Every GameMapType has map-generator assets (image.png + info.json only):
tests/MapConsistency.test.ts#L148
Error: Map generator asset violations:
WorldOil: expected [image.png, info.json] but found [OIL_EDITING.md, apply_oil_reference.py, image.png, info.json, oil_reference.png]
β― tests/MapConsistency.test.ts:148:13
|