Skip to content

now with a PDF Markup section + sewing marks on only some of the folios #176

now with a PDF Markup section + sewing marks on only some of the folios

now with a PDF Markup section + sewing marks on only some of the folios #176

Triggered via push April 30, 2024 05:08
Status Failure
Total duration 18s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
src/book.test.js > Book model > returns a new Book: src/book.test.js#L68
AssertionError: expected Book{ inputpdf: null, …(33) } to deeply equal { inputpdf: null, duplex: true, …(32) } - Expected + Received - Object { + Book { "cropbox": null, "cropmarks": false, "currentdoc": null, "customsig": false, "cutmarks": false, "duplex": true, "duplexrotate": false, "filelist": Array [], "flyleafs": 1, "fore_edge_padding_pt": 0, "format": "standardsig", "input": null, "inputpdf": null, "managedDoc": null, "orderedpages": Array [], "pack_pages": true, "padding_pt": Object { "binding": 0, "bottom": 0, "fore_edge": 0, "top": 0, }, "page_layout": Object { "cols": 1, "landscape": true, "per_sheet": 4, "rotations": Array [ Array [ -90, ], Array [ -90, ], ], "rows": 2, }, "page_positioning": "centered", "page_scaling": "lockratio", "pagecount": null, "paper_rotation_90": false, "papersize": Array [ 595, 842, ], "pdfEdgeMarks": false, "per_sheet": 4, "print_file": "both", "rearrangedpages": Array [], "sewingMarks": Object { "amount": 3, "isEnabled": false, "marginPt": 72, - "sewing_mark_locations": "all", + "sewingMarkLocation": "all", "tapeWidthPt": 36, }, "sigOrderMarks": false, "signatureconfig": Array [], "sigsize": 4, "source_rotation": "none", "spineoffset": false, "zip": null, } ❯ src/book.test.js:68:20
test
Process completed with exit code 1.
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/