File tree 4 files changed +479
-135
lines changed
integration-tests/infrastructure
4 files changed +479
-135
lines changed Original file line number Diff line number Diff line change 42
42
cache : ' maven'
43
43
44
44
- name : Setup Node 20
45
- uses : actions/setup-node@v4.3 .0
45
+ uses : actions/setup-node@v4.4 .0
46
46
with :
47
47
node-version : 20
48
48
cache : ' yarn'
55
55
terraform_wrapper : false
56
56
57
57
- name : Setup AWS Credentials for Infrastructure
58
- uses : aws-actions/configure-aws-credentials@v4.1 .0
58
+ uses : aws-actions/configure-aws-credentials@v4.2 .0
59
59
with :
60
60
aws-region : eu-central-1
61
61
role-to-assume : arn:aws:iam::956243129466:role/github-deployer
76
76
echo "api-gateway-url=$(terraform output -raw api-gateway-url)" >> $GITHUB_OUTPUT
77
77
78
78
- name : Setup AWS Credentials for Integration Tests
79
- uses : aws-actions/configure-aws-credentials@v4.1 .0
79
+ uses : aws-actions/configure-aws-credentials@v4.2 .0
80
80
with :
81
81
aws-region : eu-central-1
82
82
role-to-assume : ${{ steps.apply-infrastructure.outputs.integration-test-role-arn }}
87
87
mvn -B -ntp clean install failsafe:integration-test failsafe:verify -DapiGatewayUrl=${{ steps.apply-infrastructure.outputs.api-gateway-url }}
88
88
89
89
- name : Setup AWS Credentials for Infrastructure
90
- uses : aws-actions/configure-aws-credentials@v4.1 .0
90
+ uses : aws-actions/configure-aws-credentials@v4.2 .0
91
91
if : always()
92
92
with :
93
93
aws-region : eu-central-1
Original file line number Diff line number Diff line change 13
13
"node" : " >=20"
14
14
},
15
15
"dependencies" : {
16
- "@cdktf/provider-aws" : " 19.60.1 " ,
17
- "cdktf" : " 0.20.11 " ,
16
+ "@cdktf/provider-aws" : " 19.63.0 " ,
17
+ "cdktf" : " 0.20.12 " ,
18
18
"constructs" : " 10.4.2"
19
19
},
20
20
"devDependencies" : {
21
- "@types/node" : " 22.14.1 " ,
21
+ "@types/node" : " 22.15.17 " ,
22
22
"ts-node" : " 10.9.2" ,
23
23
"typescript" : " 5.8.3"
24
24
}
You can’t perform that action at this time.
0 commit comments