Bump the minor-and-patch group across 1 directory with 18 updates #29
cicd.yml
on: pull_request
Integration
44s
Deploy
0s
Annotations
4 errors
|
Integration
Process completed with exit code 1.
|
|
test/main.test.ts > Production Environment > snapshot:
packages/iac/test/stack-test.ts#L26
Error: Snapshot `Production Environment > snapshot 1` mismatched
- Expected
+ Received
@@ -473,10 +473,29 @@
"Mode": "Active",
},
},
"Type": "AWS::Lambda::Function",
},
+ "ApiRestApiFuncLogGroup7A947B79": {
+ "DeletionPolicy": "Retain",
+ "Properties": {
+ "LogGroupName": {
+ "Fn::Join": [
+ "",
+ [
+ "/aws/lambda/",
+ {
+ "Ref": "ApiRestApiFuncF1701C1C",
+ },
+ ],
+ ],
+ },
+ "RetentionInDays": 731,
+ },
+ "Type": "AWS::Logs::LogGroup",
+ "UpdateReplacePolicy": "Retain",
+ },
"ApiRestApiFuncServiceRole5CBC5B3F": {
"Properties": {
"AssumeRolePolicyDocument": {
"Statement": [
{
❯ test/stack-test.ts:26:22
|
|
test/main.test.ts > Staging Environment > snapshot:
packages/iac/test/stack-test.ts#L26
Error: Snapshot `Staging Environment > snapshot 1` mismatched
- Expected
+ Received
@@ -473,10 +473,29 @@
"Mode": "Active",
},
},
"Type": "AWS::Lambda::Function",
},
+ "ApiRestApiFuncLogGroup7A947B79": {
+ "DeletionPolicy": "Retain",
+ "Properties": {
+ "LogGroupName": {
+ "Fn::Join": [
+ "",
+ [
+ "/aws/lambda/",
+ {
+ "Ref": "ApiRestApiFuncF1701C1C",
+ },
+ ],
+ ],
+ },
+ "RetentionInDays": 731,
+ },
+ "Type": "AWS::Logs::LogGroup",
+ "UpdateReplacePolicy": "Retain",
+ },
"ApiRestApiFuncServiceRole5CBC5B3F": {
"Properties": {
"AssumeRolePolicyDocument": {
"Statement": [
{
❯ test/stack-test.ts:26:22
|
|
test/main.test.ts > Develop Environment > snapshot:
packages/iac/test/stack-test.ts#L26
Error: Snapshot `Develop Environment > snapshot 1` mismatched
- Expected
+ Received
@@ -473,10 +473,29 @@
"Mode": "Active",
},
},
"Type": "AWS::Lambda::Function",
},
+ "ApiRestApiFuncLogGroup7A947B79": {
+ "DeletionPolicy": "Retain",
+ "Properties": {
+ "LogGroupName": {
+ "Fn::Join": [
+ "",
+ [
+ "/aws/lambda/",
+ {
+ "Ref": "ApiRestApiFuncF1701C1C",
+ },
+ ],
+ ],
+ },
+ "RetentionInDays": 731,
+ },
+ "Type": "AWS::Logs::LogGroup",
+ "UpdateReplacePolicy": "Retain",
+ },
"ApiRestApiFuncServiceRole5CBC5B3F": {
"Properties": {
"AssumeRolePolicyDocument": {
"Statement": [
{
❯ test/stack-test.ts:26:22
|