feat: user service auth (#835) #492
on-merge.yml
on: push
Lint
/
rush lint
1m 13s
Build
/
rush build
3m 57s
Test
/
rush test
4m 7s
IaC
/
rush cdk:synth
4m 27s
Coverage
/
rush test:cov
8m 47s
Deploy
/
rush deploy
4m 53s
Annotations
1 error and 10 warnings
Test / rush test
Command failed: node common/scripts/install-run-rush.js test --impacted-by git:***
FAIL stacks/main.stack.test.ts
MainStack
✕ should match snapshot test (131 ms)
● MainStack › should match snapshot test
expect(received).toMatchSnapshot()
Snapshot name: `MainStack should match snapshot test 1`
- Snapshot - 1
+ Received + 1
@@ -622,11 +622,11 @@
Properties: {
Code: {
S3Bucket: {
Fn::Sub: cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region},
},
- S3Key: 696402484aadd93c03efb231f3a270bfd8656a85eed0051095cb57022377084a.zip,
+ S3Key: 980de9336b9c3686522fa37dd56b45e282f26b948d75c29fdf43164afe50f3f2.zip,
},
Environment: {
Variables: {
API_SVC_DOMAIN_NAME: {{resolve:ssm:/API_SVC_DOMAIN_NAME}},
AWS_ACCOUNT_ID: {
16 | expect.addSnapshotSerializer(customSnapshotSerializer);
17 |
> 18 | expect(template).toMatchSnapshot();
| ^
19 | });
20 | });
21 |
at Object.<anonymous> (stacks/main.stack.test.ts:18:22)
› 1 snapshot failed.
Snapshot Summary
› 1 snapshot failed from 1 test suite. Inspect your code changes or re-run jest with `-u` to update them.
Test Suites: 1 failed, 1 total
Tests: 1 failed, 1 total
Snapshots: 1 failed, 1 total
Time: 4.688 s
Ran all test suites.
Returned error code: 1
"@cats-cradle/api" failed to build.
Operations failed.
|
Lint / rush lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build / rush build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test / rush test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/[email protected], neofinancial/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test / rush test
The following actions uses node12 which is deprecated and will be forced to run on node16: neofinancial/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
IaC / rush cdk:synth
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Deploy / rush deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, chrnorm/deployment-action@releases/v1, actions/setup-node@v3, actions/[email protected], shallwefootball/s3-upload-action@master, chrnorm/deployment-status@releases/v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Deploy / rush deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: chrnorm/deployment-action@releases/v1, chrnorm/deployment-status@releases/v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Deploy / rush deploy
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/
|
Coverage / rush test:cov
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/[email protected], neofinancial/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Coverage / rush test:cov
The following actions uses node12 which is deprecated and will be forced to run on node16: neofinancial/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|