Skip to content

feat(flows): handle tags across several pulled environments #552

feat(flows): handle tags across several pulled environments

feat(flows): handle tags across several pulled environments #552

Triggered via pull request September 1, 2026 19:03
Status Failure
Total duration 1m 34s
Artifacts

ci.yml

on: pull_request
Matrix: runtime-smoke
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
error: expect(received).toEqual(expected): src\domains\flows\readCachedTags.test.ts#L54
- [ - "auth", - ] + undefined - Expected - 3 + Received + 1 at <anonymous> (D:\a\cli\cli\src\domains\flows\readCachedTags.test.ts:54:31)
error: expect(received).toEqual(expected): src\domains\flows\list.selectors.test.ts#L115
[ - ".qawolf/staging/src/flows/checkout/login.flow.ts", + ".qawolf\staging\src\flows\checkout\login.flow.ts", ] - Expected - 1 + Received + 1 at <anonymous> (D:\a\cli\cli\src\domains\flows\list.selectors.test.ts:115:50)
error: expect(received).toEqual(expected): src\domains\flows\list.env.test.ts#L129
[ - ".qawolf/env-abc/src/flows/a.flow.ts", + ".qawolf\env-abc\src\flows\a.flow.ts", ] - Expected - 1 + Received + 1 at <anonymous> (D:\a\cli\cli\src\domains\flows\list.env.test.ts:129:50)
error: expect(received).toEqual(expected): src\domains\flows\applyFlowSelectors.test.ts#L68
{ - "files": [ - "/proj/src/flows/checkout/login.flow.ts", - ], - "ok": true, + "ok": false, + "result": { + "error": "No flows matched tags auth.", + "exitCode": 2, + }, } - Expected - 4 + Received + 5 at <anonymous> (D:\a\cli\cli\src\domains\flows\applyFlowSelectors.test.ts:68:20)
error: expect(received).toEqual(expected): src\domains\flows\applyFlowSelectors.test.ts#L49
{ - "files": [ - "/proj/src/flows/checkout/login.flow.ts", - ], - "ok": true, + "ok": false, + "result": { + "error": "No flows matched tags auth.", + "exitCode": 2, + }, } - Expected - 4 + Received + 5 at <anonymous> (D:\a\cli\cli\src\domains\flows\applyFlowSelectors.test.ts:49:20)
error: expect(received).toEqual(expected): src\core\selectFlowFiles.test.ts#L46
{ - "files": [ - "/proj/.qawolf/staging/src/flows/checkout/login.flow.ts", - ], - "kind": "selected", + "kind": "empty", } - Expected - 4 + Received + 1 at <anonymous> (D:\a\cli\cli\src\core\selectFlowFiles.test.ts:46:20)
error: expect(received).toEqual(expected): src\core\selectFlowFiles.test.ts#L32
{ - "files": [ - "/proj/src/flows/checkout/login.flow.ts", - ], - "kind": "selected", + "kind": "empty", } - Expected - 4 + Received + 1 at <anonymous> (D:\a\cli\cli\src\core\selectFlowFiles.test.ts:32:20)
error: expect(received).toBe(expected): src\core\repoRelativePath.test.ts#L48
Expected: "src/flows/a/b.flow.ts" Received: "src\flows\a\b.flow.ts" at <anonymous> (D:\a\cli\cli\src\core\repoRelativePath.test.ts:48:72)
error: expect(received).toBe(expected): src\core\repoRelativePath.test.ts#L44
Expected: "src/flows/a/b.flow.ts" Received: "src\flows\a\b.flow.ts" at <anonymous> (D:\a\cli\cli\src\core\repoRelativePath.test.ts:44:7)
error: expect(received).toBe(expected): src\core\repoRelativePath.test.ts#L35
Expected: "src/flows/a/b.flow.ts" Received: "src\flows\a\b.flow.ts" at <anonymous> (D:\a\cli\cli\src\core\repoRelativePath.test.ts:35:7)
Runtime smoke (node-24)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Runtime smoke (node-22)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Runtime smoke (node-20)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/