feat(flows): cache flow tags at pull time and show them in list #549
ci.yml
on: pull_request
check
28s
Windows smoke
2m 22s
Matrix: runtime-smoke
Annotations
6 errors and 3 warnings
|
Windows smoke
Process completed with exit code 1.
|
|
error: expect(received).toBe(expected):
src\domains\flows\readCachedTags.test.ts#L86
Expected: true
Received: false
at <anonymous> (D:\a\cli\cli\src\domains\flows\readCachedTags.test.ts:86:31)
|
|
error: expect(received).toEqual(expected):
src\domains\flows\readCachedTags.test.ts#L53
- [
- "auth",
- ]
+ undefined
- Expected - 3
+ Received + 1
at <anonymous> (D:\a\cli\cli\src\domains\flows\readCachedTags.test.ts:53:31)
|
|
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/
|