Skip to content

feat: prepare next major release #2

feat: prepare next major release

feat: prepare next major release #2

Triggered via push June 20, 2024 15:44
Status Failure
Total duration 54s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors
src/QGISStyleParser.spec.ts > QMLStyleParser implements StyleParser > #readStyle > TextSymbolizer > can read some basics of the QML Labeling for Points: src/QGISStyleParser.spec.ts#L60
AssertionError: expected { name: 'QGIS Style', …(1) } to deeply equal { name: 'QGIS Style', …(1) } - Expected + Received Object { "name": "QGIS Style", "rules": Array [ Object { - "filter": Array [ - ">", - "value", - 0.1, - ], "name": "QGIS Simple Symbol", "symbolizers": Array [ Object { "color": "#000000", "font": Array [ "Sans Serif", ], "kind": "Text", "label": "{{locality_name}}", "lineHeight": 1, "offset": Array [ 13, 37, ], "size": 10, }, ], }, ], } ❯ src/QGISStyleParser.spec.ts:60:32
src/QGISStyleParser.spec.ts > QMLStyleParser implements StyleParser > #readStyle > Filter Parsing > can read a rule based QML PointSymbolizer: src/QGISStyleParser.spec.ts#L96
AssertionError: expected { name: 'QGIS Style', …(1) } to deeply equal { name: 'QGIS Style', …(1) } - Expected + Received Object { "name": "QGIS Style", "rules": Array [ Object { - "filter": Array [ - "==", - "Bildpositi", - 1, - ], "name": "Bildpositi = 1", "scaleDenominator": Object { "max": 2000, "min": 100, }, "symbolizers": Array [ Object { "color": "#4BFF7E", "kind": "Mark", "opacity": 1, "radius": 12, "rotate": 0, "strokeColor": "#000000", "strokeOpacity": 1, "strokeWidth": 1, "wellKnownName": "square", }, ], }, Object { - "filter": Array [ - "&&", - Array [ - ">", - "Bildpositi", - 1, - ], - Array [ - "<", - "Bildpositi", - 3, - ], - ], "name": "Bildpositi > 1 AND Bildpositi < 3", "scaleDenominator": Object { "max": 2000, "min": 100, }, "symbolizers": Array [ Object { "color": "#91522D", "kind": "Mark", "opacity": 1, "radius": 6, "rotate": 0, "strokeColor": "#232323", "strokeOpacity": 1, "strokeWidth": 1, "wellKnownName": "circle", }, ], }, Object { - "filter": Array [ - "==", - "Bildpositi", - 3, - ], "name": "Bildpositi = 3", "scaleDenominator": Object { "max": 2000, "min": 100, }, "symbolizers": Array [ Object { "color": "#BEB297", "kind": "Mark", "opacity": 1, "radius": 6, "rotate": 0, "strokeColor": "#232323", "strokeOpacity": 1, "strokeWidth": 1, "wellKnownName": "circle", }, ], }, ], } ❯ src/QGISStyleParser.spec.ts:96:32
src/QGISStyleParser.spec.ts > QMLStyleParser implements StyleParser > #readStyle > TextSymbolizer > can read some basics of the QML Labeling for Points: src/QGISStyleParser.spec.ts#L60
AssertionError: expected { name: 'QGIS Style', …(1) } to deeply equal { name: 'QGIS Style', …(1) } - Expected + Received Object { "name": "QGIS Style", "rules": Array [ Object { - "filter": Array [ - ">", - "value", - 0.1, - ], "name": "QGIS Simple Symbol", "symbolizers": Array [ Object { "color": "#000000", "font": Array [ "Sans Serif", ], "kind": "Text", "label": "{{locality_name}}", "lineHeight": 1, "offset": Array [ 13, 37, ], "size": 10, }, ], }, ], } ❯ src/QGISStyleParser.spec.ts:60:32
src/QGISStyleParser.spec.ts > QMLStyleParser implements StyleParser > #readStyle > Filter Parsing > can read a rule based QML PointSymbolizer: src/QGISStyleParser.spec.ts#L96
AssertionError: expected { name: 'QGIS Style', …(1) } to deeply equal { name: 'QGIS Style', …(1) } - Expected + Received Object { "name": "QGIS Style", "rules": Array [ Object { - "filter": Array [ - "==", - "Bildpositi", - 1, - ], "name": "Bildpositi = 1", "scaleDenominator": Object { "max": 2000, "min": 100, }, "symbolizers": Array [ Object { "color": "#4BFF7E", "kind": "Mark", "opacity": 1, "radius": 12, "rotate": 0, "strokeColor": "#000000", "strokeOpacity": 1, "strokeWidth": 1, "wellKnownName": "square", }, ], }, Object { - "filter": Array [ - "&&", - Array [ - ">", - "Bildpositi", - 1, - ], - Array [ - "<", - "Bildpositi", - 3, - ], - ], "name": "Bildpositi > 1 AND Bildpositi < 3", "scaleDenominator": Object { "max": 2000, "min": 100, }, "symbolizers": Array [ Object { "color": "#91522D", "kind": "Mark", "opacity": 1, "radius": 6, "rotate": 0, "strokeColor": "#232323", "strokeOpacity": 1, "strokeWidth": 1, "wellKnownName": "circle", }, ], }, Object { - "filter": Array [ - "==", - "Bildpositi", - 3, - ], "name": "Bildpositi = 3", "scaleDenominator": Object { "max": 2000, "min": 100, }, "symbolizers": Array [ Object { "color": "#BEB297", "kind": "Mark", "opacity": 1, "radius": 6, "rotate": 0, "strokeColor": "#232323", "strokeOpacity": 1, "strokeWidth": 1, "wellKnownName": "circle", }, ], }, ], } ❯ src/QGISStyleParser.spec.ts:96:32
Release
Error: Command failed with exit code 1: npm publish /home/runner/work/geostyler-qgis-parser/geostyler-qgis-parser --userconfig /tmp/8af208087fd854736cc733b76ef4f5dc/.npmrc --tag next --registry https://registry.npmjs.org/ ⎯⎯⎯⎯⎯⎯⎯ Failed Tests 2 ⎯⎯⎯⎯⎯⎯⎯ FAIL src/QGISStyleParser.spec.ts > QMLStyleParser implements StyleParser > #readStyle > TextSymbolizer > can read some basics of the QML Labeling for Points AssertionError: expected { name: 'QGIS Style', …(1) } to deeply equal { name: 'QGIS Style', …(1) } - Expected + Received Object { "name": "QGIS Style", "rules": Array [ Object { - "filter": Array [ - ">", - "value", - 0.1, - ], "name": "QGIS Simple Symbol", "symbolizers": Array [ Object { "color": "#000000", "font": Array [ "Sans Serif", ], "kind": "Text", "label": "{{locality_name}}", "lineHeight": 1, "offset": Array [ 13, 37, ], "size": 10, }, ], }, ], } ❯ src/QGISStyleParser.spec.ts:60:32 58| const { output: geoStylerStyle } = await styleParser.readStyle… 59| expect(geoStylerStyle).toBeDefined(); 60| expect(geoStylerStyle).toEqual(point_label); | ^ 61| }); 62| }); ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/2]⎯ FAIL src/QGISStyleParser.spec.ts > QMLStyleParser implements StyleParser > #readStyle > Filter Parsing > can read a rule based QML PointSymbolizer AssertionError: expected { name: 'QGIS Style', …(1) } to deeply equal { name: 'QGIS Style', …(1) } - Expected + Received Object { "name": "QGIS Style", "rules": Array [ Object { - "filter": Array [ - "==", - "Bildpositi", - 1, - ], "name": "Bildpositi = 1", "scaleDenominator": Object { "max": 2000, "min": 100, }, "symbolizers": Array [ Object { "color": "#4BFF7E", "kind": "Mark", "opacity": 1, "radius": 12, "rotate": 0, "strokeColor": "#000000", "strokeOpacity": 1, "strokeWidth": 1, "wellKnownName": "square", }, ], }, Object { - "filter": Array [ - "&&", - Array [ - ">", - "Bildpositi", - 1, - ], - Array [ - "<", - "Bildpositi", - 3, - ], - ], "name": "Bildpositi > 1 AND Bildpositi < 3", "scaleDenominator": Object { "max": 2000, "min": 100, }, "symbolizers": Array [ Object { "color": "#91522D", "kind": "Mark", "opacity": 1, "radius": 6, "rotate": 0, "strokeColor": "#232323", "strokeOpacity": 1, "strokeWidth": 1, "wellKnownName": "circle", }, ], }, Object { - "filter": Array [ - "==", - "Bildpositi", - 3, - ], "name": "Bildpositi = 3", "scaleDenominator": Object { "max": 2000, "min": 100, }, "symbolizers": Array [ Object { "color": "#BEB297", "kind": "Mark", "opacity": 1, "radius": 6, "rotate": 0, "strokeColor": "#232323", "stro