Skip to content

Effection v4

Effection v4 #1124

Triggered via pull request March 27, 2025 05:14
@jboldajbolda
synchronize #365
effection-v4
Status Failure
Total duration 3m 4s
Artifacts

test.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

13 errors
test (ubuntu-latest)
Process completed with exit code 1.
packages/action/test/e2e-built.test.ts > e2e test with built action > of status > output: packages/action/test/e2e-built.test.ts#L42
AssertionError: expected ' changes:\n::group::tauri => minor\n …' to contain '::set-output name=commandRan::status' - Expected + Received - ::set-output name=commandRan::status + changes: + ::group::tauri => minor + tauri => minor + - releases: + tauri: minor + summary: Summary about the changes in tauri + meta: + content: | + --- + "tauri": minor + --- + + Summary about the changes in tauri + path: .changes/first-change.md + filename: first-change + extname: .md + + ::endgroup:: + ::group::tauri-updater => patch + tauri-updater => patch + - releases: + tauri-updater: patch + summary: Summary about the changes in tauri-updater + meta: + content: | + --- + "tauri-updater": patch + --- + + Summary about the changes in tauri-updater + path: .changes/second-change.md + filename: second-change + extname: .md + + ::endgroup:: + bumping tauri with minor + bumping tauri-updater with patch + bumping tauri.js with patch + tauri.js planned to be bumped from 0.6.2 to 0.6.3 + tauri planned to be bumped from 0.5.2 to 0.6.0 + tauri-updater planned to be bumped from 0.4.2 to 0.4.3 + ❯ packages/action/test/e2e-built.test.ts:42:19 ❯ helpers/test-adapter.ts:65:16 ❯ after node_modules/effection/src/lib/task.ts:254:19 ❯ node_modules/effection/src/lib/task.ts:216:26 ❯ Object.with node_modules/effection/src/lib/context.ts:23:23
test (macos-latest)
Process completed with exit code 1.
packages/action/test/e2e-built.test.ts > e2e test with built action > of status > output: packages/action/test/e2e-built.test.ts#L42
AssertionError: expected ' changes:\n::group::tauri => minor\n …' to contain '::set-output name=commandRan::status' - Expected + Received - ::set-output name=commandRan::status + changes: + ::group::tauri => minor + tauri => minor + - releases: + tauri: minor + summary: Summary about the changes in tauri + meta: + content: | + --- + "tauri": minor + --- + + Summary about the changes in tauri + path: .changes/first-change.md + filename: first-change + extname: .md + + ::endgroup:: + ::group::tauri-updater => patch + tauri-updater => patch + - releases: + tauri-updater: patch + summary: Summary about the changes in tauri-updater + meta: + content: | + --- + "tauri-updater": patch + --- + + Summary about the changes in tauri-updater + path: .changes/second-change.md + filename: second-change + extname: .md + + ::endgroup:: + bumping tauri with minor + bumping tauri-updater with patch + bumping tauri.js with patch + tauri.js planned to be bumped from 0.6.2 to 0.6.3 + tauri planned to be bumped from 0.5.2 to 0.6.0 + tauri-updater planned to be bumped from 0.4.2 to 0.4.3 + ❯ packages/action/test/e2e-built.test.ts:42:19 ❯ helpers/test-adapter.ts:65:16 ❯ after node_modules/effection/src/lib/task.ts:254:19 ❯ node_modules/effection/src/lib/task.ts:216:26 ❯ Object.with node_modules/effection/src/lib/context.ts:23:23
test (windows-latest)
Process completed with exit code 1.
packages/command/test/sh.test.ts > sh > pipe commands when win32 > considers piped commands, defines pwsh as shell: packages/command/test/sh.test.ts#L212
AssertionError: expected 'Process exited with non-zero status (…' to be 'spawn echo this thing | echo but actu…' // Object.is equality Expected: "spawn echo this thing | echo but actually this ENOENT" Received: "Process exited with non-zero status (1)" ❯ packages/command/test/sh.test.ts:212:32 ❯ helpers/test-adapter.ts:65:16 ❯ after node_modules/effection/src/lib/task.ts:254:19 ❯ node_modules/effection/src/lib/task.ts:216:26 ❯ Object.with node_modules/effection/src/lib/context.ts:23:23
packages/command/test/sh.test.ts > sh > pipe commands when win32 > considers piped commands, uses fallback to shell: packages/command/test/sh.test.ts#L176
AssertionError: expected 'but actually this' to be 'this thing | echo but actually this' // Object.is equality Expected: "this thing | echo but actually this" Received: "but actually this" ❯ packages/command/test/sh.test.ts:176:23 ❯ helpers/test-adapter.ts:65:16 ❯ after node_modules/effection/src/lib/task.ts:254:19 ❯ node_modules/effection/src/lib/task.ts:216:26 ❯ Object.with node_modules/effection/src/lib/context.ts:23:23
packages/command/test/sh.test.ts > sh > shell defined > defines pwsh as shell: packages/command/test/sh.test.ts#L107
AssertionError: expected 'this\nthing' to be 'this\r\nthing' // Object.is equality - Expected + Received - this + this thing ❯ packages/command/test/sh.test.ts:107:21 ❯ helpers/test-adapter.ts:65:16 ❯ after node_modules/effection/src/lib/task.ts:254:19 ❯ node_modules/effection/src/lib/task.ts:216:26 ❯ Object.with node_modules/effection/src/lib/context.ts:23:23
packages/command/test/sh.test.ts > tinyexec compatibility checks > with `shell: true` > multiple pipes: packages/command/test/sh.test.ts#L31
AssertionError: expected '"but this"' to be 'but this' // Object.is equality Expected: "but this" Received: ""but this"" ❯ packages/command/test/sh.test.ts:31:36
packages/command/test/sh.test.ts > tinyexec compatibility checks > handles multiple pipes with function syntax: packages/command/test/sh.test.ts#L12
AssertionError: expected 'this thing' to be 'this' // Object.is equality Expected: "this" Received: "this thing" ❯ packages/command/test/sh.test.ts:12:34
packages/command/test/commandFailure.test.ts > attemptCommand fails > retries a failed function: packages/command/test/commandFailure.test.ts#L112
Error: expected msg "'boop' is not recognized as an internal or external command, operable program or batch file." doesn't match the received one "'boop' is not recognized as an internal or external command," ❯ isShallowError packages/command/test/commandFailure.test.ts:112:11 ❯ check node_modules/pino-test/pino-test.js:48:5 ❯ Proxy.consecutive node_modules/pino-test/pino-test.js:122:5
packages/command/test/commandFailure.test.ts > attemptCommand fails > fails a function: packages/command/test/commandFailure.test.ts#L39
AssertionError: expected 'Process exited with non-zero status (…' to be 'spawn boop ENOENT' // Object.is equality Expected: "spawn boop ENOENT" Received: "Process exited with non-zero status (1)" ❯ packages/command/test/commandFailure.test.ts:39:29 ❯ helpers/test-adapter.ts:65:16 ❯ after node_modules/effection/src/lib/task.ts:254:19 ❯ node_modules/effection/src/lib/task.ts:216:26 ❯ Object.with node_modules/effection/src/lib/context.ts:23:23
packages/action/test/e2e-built.test.ts > e2e test with built action > of status > output: packages/action/test/e2e-built.test.ts#L42
AssertionError: expected ' changes:\n::group::tauri => minor\n …' to contain '::set-output name=commandRan::status' - Expected + Received - ::set-output name=commandRan::status + changes: + ::group::tauri => minor + tauri => minor + - releases: + tauri: minor + summary: Summary about the changes in tauri + meta: + content: | + --- + "tauri": minor + --- + + Summary about the changes in tauri + path: .changes/first-change.md + filename: first-change + extname: .md + + ::endgroup:: + ::group::tauri-updater => patch + tauri-updater => patch + - releases: + tauri-updater: patch + summary: Summary about the changes in tauri-updater + meta: + content: | + --- + "tauri-updater": patch + --- + + Summary about the changes in tauri-updater + path: .changes/second-change.md + filename: second-change + extname: .md + + ::endgroup:: + bumping tauri with minor + bumping tauri-updater with patch + bumping tauri.js with patch + tauri.js planned to be bumped from 0.6.2 to 0.6.3 + tauri planned to be bumped from 0.5.2 to 0.6.0 + tauri-updater planned to be bumped from 0.4.2 to 0.4.3 + ❯ packages/action/test/e2e-built.test.ts:42:19 ❯ helpers/test-adapter.ts:65:16 ❯ after node_modules/effection/src/lib/task.ts:254:19 ❯ node_modules/effection/src/lib/task.ts:216:26 ❯ Object.with node_modules/effection/src/lib/context.ts:23:23