Skip to content

feat: during transformation phase accumulate errors and warnings in m… #155

feat: during transformation phase accumulate errors and warnings in m…

feat: during transformation phase accumulate errors and warnings in m… #155

Triggered via push July 15, 2024 19:44
Status Failure
Total duration 3m 56s
Artifacts

test.yml

on: push
Run tests suite
1m 39s
Run tests suite
Check formatting
23s
Check formatting
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 4 warnings
generated/literalType/index.test.js > literalType/string: tests/specs/generated/literalType/index.test.js#L45
Error: Snapshot `literalType/string 1` mismatched - Expected + Received @@ -5,10 +5,10 @@ open System [<AllowNullLiteral>] [<Interface>] type T = - abstract member log: string with get, set + abstract member log: obj with get, set (***) #r "nuget: Fable.Core" (***) ❯ generated/literalType/index.test.js:45:5
generated/literalType/index.test.js > literalType/float: tests/specs/generated/literalType/index.test.js#L62
Error: Snapshot `literalType/float 1` mismatched - Expected + Received @@ -5,10 +5,10 @@ open System [<AllowNullLiteral>] [<Interface>] type T = - abstract member log: float with get, set + abstract member log: obj with get, set (***) #r "nuget: Fable.Core" (***) ❯ generated/literalType/index.test.js:62:5
generated/literalType/index.test.js > literalType/integer: tests/specs/generated/literalType/index.test.js#L79
Error: Snapshot `literalType/integer 1` mismatched - Expected + Received @@ -5,10 +5,10 @@ open System [<AllowNullLiteral>] [<Interface>] type T = - abstract member log: int with get, set + abstract member log: obj with get, set (***) #r "nuget: Fable.Core" (***) ❯ generated/literalType/index.test.js:79:5
generated/literalType/index.test.js > literalType/false: tests/specs/generated/literalType/index.test.js#L113
Error: Snapshot `literalType/false 1` mismatched - Expected + Received @@ -5,10 +5,10 @@ open System [<AllowNullLiteral>] [<Interface>] type T = - abstract member log: bool with get, set + abstract member log: obj with get, set (***) #r "nuget: Fable.Core" (***) ❯ generated/literalType/index.test.js:113:5
generated/literalType/index.test.js > literalType/true: tests/specs/generated/literalType/index.test.js#L130
Error: Snapshot `literalType/true 1` mismatched - Expected + Received @@ -5,10 +5,10 @@ open System [<AllowNullLiteral>] [<Interface>] type T = - abstract member log: bool with get, set + abstract member log: obj with get, set (***) #r "nuget: Fable.Core" (***) ❯ generated/literalType/index.test.js:130:5
Run tests suite
Process completed with exit code 255.
Check formatting
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Check formatting
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run tests suite
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run tests suite
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/