Test with real npm #37
test-with-real-npm.yml
on: workflow_dispatch
test
/
test-cdk-basic
4m 11s
test
/
test-sls-basic
2m 42s
test
/
test-sls-esbuild-cjs
2m 33s
test
/
test-sls-esbuild-esm
2m 33s
test
/
test-sam-basic
2m 45s
test
/
test-terraform-basic
2m 39s
Annotations
20 errors and 17 warnings
test/sls-esbuild-cjs.test.ts > sls-esbuild-cjs > check infra:
test/utils/expectInfraDeployed.ts#L13
AssertionError: expected undefined to match object { …(5) }
- Expected:
Object {
"AWS_LAMBDA_EXEC_WRAPPER": "/opt/lld-wrapper",
"LLD_DEBUGGER_ID": Any<String>,
"LLD_FUNCTION_ID": Any<String>,
"LLD_INITIAL_TIMEOUT": Any<String>,
"NODE_OPTIONS": "--enable-source-maps",
}
+ Received:
undefined
❯ Module.expectInfraDeployed test/utils/expectInfraDeployed.ts:13:7
❯ test/sls-esbuild-cjs.test.ts:35:5
|
test/sls-esbuild-cjs.test.ts > sls-esbuild-cjs > check infra:
test/utils/expectInfraDeployed.ts#L13
AssertionError: expected undefined to match object { …(5) }
- Expected:
Object {
"AWS_LAMBDA_EXEC_WRAPPER": "/opt/lld-wrapper",
"LLD_DEBUGGER_ID": Any<String>,
"LLD_FUNCTION_ID": Any<String>,
"LLD_INITIAL_TIMEOUT": Any<String>,
"NODE_OPTIONS": "--enable-source-maps",
}
+ Received:
undefined
❯ Module.expectInfraDeployed test/utils/expectInfraDeployed.ts:13:7
❯ test/sls-esbuild-cjs.test.ts:35:5
|
test/sls-esbuild-cjs.test.ts > sls-esbuild-cjs > call Lambda - testTsCommonJs:
test/sls-esbuild-cjs.test.ts#L45
AssertionError: expected false to deeply equal true
- Expected
+ Received
- true
+ false
❯ test/sls-esbuild-cjs.test.ts:45:37
|
test/sls-esbuild-cjs.test.ts > sls-esbuild-cjs > call Lambda - testTsCommonJs:
test/sls-esbuild-cjs.test.ts#L45
AssertionError: expected false to deeply equal true
- Expected
+ Received
- true
+ false
❯ test/sls-esbuild-cjs.test.ts:45:37
|
test / test-sls-esbuild-cjs
Process completed with exit code 1.
|
test/sls-esbuild-esm.test.ts > sls-esbuild-esm > check infra:
test/utils/expectInfraDeployed.ts#L13
AssertionError: expected undefined to match object { …(5) }
- Expected:
Object {
"AWS_LAMBDA_EXEC_WRAPPER": "/opt/lld-wrapper",
"LLD_DEBUGGER_ID": Any<String>,
"LLD_FUNCTION_ID": Any<String>,
"LLD_INITIAL_TIMEOUT": Any<String>,
"NODE_OPTIONS": "--enable-source-maps",
}
+ Received:
undefined
❯ Module.expectInfraDeployed test/utils/expectInfraDeployed.ts:13:7
❯ test/sls-esbuild-esm.test.ts:35:5
|
test/sls-esbuild-esm.test.ts > sls-esbuild-esm > check infra:
test/utils/expectInfraDeployed.ts#L13
AssertionError: expected undefined to match object { …(5) }
- Expected:
Object {
"AWS_LAMBDA_EXEC_WRAPPER": "/opt/lld-wrapper",
"LLD_DEBUGGER_ID": Any<String>,
"LLD_FUNCTION_ID": Any<String>,
"LLD_INITIAL_TIMEOUT": Any<String>,
"NODE_OPTIONS": "--enable-source-maps",
}
+ Received:
undefined
❯ Module.expectInfraDeployed test/utils/expectInfraDeployed.ts:13:7
❯ test/sls-esbuild-esm.test.ts:35:5
|
test/sls-esbuild-esm.test.ts > sls-esbuild-esm > call Lambda - testTsEsModule:
test/sls-esbuild-esm.test.ts#L45
AssertionError: expected false to deeply equal true
- Expected
+ Received
- true
+ false
❯ test/sls-esbuild-esm.test.ts:45:37
|
test/sls-esbuild-esm.test.ts > sls-esbuild-esm > call Lambda - testTsEsModule:
test/sls-esbuild-esm.test.ts#L45
AssertionError: expected false to deeply equal true
- Expected
+ Received
- true
+ false
❯ test/sls-esbuild-esm.test.ts:45:37
|
test / test-sls-esbuild-esm
Process completed with exit code 1.
|
test / test-terraform-basic
Terraform exited with code 1.
|
test / test-terraform-basic
Process completed with exit code 1.
|
test/sls-basic.test.ts > sls-basic > check infra:
test/utils/expectInfraDeployed.ts#L13
AssertionError: expected undefined to match object { …(5) }
- Expected:
Object {
"AWS_LAMBDA_EXEC_WRAPPER": "/opt/lld-wrapper",
"LLD_DEBUGGER_ID": Any<String>,
"LLD_FUNCTION_ID": Any<String>,
"LLD_INITIAL_TIMEOUT": Any<String>,
"NODE_OPTIONS": "--enable-source-maps",
}
+ Received:
undefined
❯ Module.expectInfraDeployed test/utils/expectInfraDeployed.ts:13:7
❯ test/sls-basic.test.ts:35:5
|
test/sls-basic.test.ts > sls-basic > check infra:
test/utils/expectInfraDeployed.ts#L13
AssertionError: expected undefined to match object { …(5) }
- Expected:
Object {
"AWS_LAMBDA_EXEC_WRAPPER": "/opt/lld-wrapper",
"LLD_DEBUGGER_ID": Any<String>,
"LLD_FUNCTION_ID": Any<String>,
"LLD_INITIAL_TIMEOUT": Any<String>,
"NODE_OPTIONS": "--enable-source-maps",
}
+ Received:
undefined
❯ Module.expectInfraDeployed test/utils/expectInfraDeployed.ts:13:7
❯ test/sls-basic.test.ts:35:5
|
test/sls-basic.test.ts > sls-basic > call Lambda - testJsCommonJs:
test/sls-basic.test.ts#L45
AssertionError: expected false to deeply equal true
- Expected
+ Received
- true
+ false
❯ test/sls-basic.test.ts:45:37
|
test/sls-basic.test.ts > sls-basic > call Lambda - testJsCommonJs:
test/sls-basic.test.ts#L45
AssertionError: expected false to deeply equal true
- Expected
+ Received
- true
+ false
❯ test/sls-basic.test.ts:45:37
|
test/sls-basic.test.ts > sls-basic > call Lambda - testJsEsModule:
test/sls-basic.test.ts#L58
AssertionError: expected false to deeply equal true
- Expected
+ Received
- true
+ false
❯ test/sls-basic.test.ts:58:37
|
test/sls-basic.test.ts > sls-basic > call Lambda - testJsEsModule:
test/sls-basic.test.ts#L58
AssertionError: expected false to deeply equal true
- Expected
+ Received
- true
+ false
❯ test/sls-basic.test.ts:58:37
|
test / test-sls-basic
Process completed with exit code 1.
|
test / test-sam-basic
Process completed with exit code 1.
|
test / test-terraform-basic
The following actions uses node12 which is deprecated and will be forced to run on node16: hashicorp/setup-terraform@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test / test-terraform-basic
The following actions uses Node.js version which is deprecated and will be forced to run on node20: hashicorp/setup-terraform@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|