File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 2828 with :
2929 terraform_version : 1.12.2
3030
31+ - uses : aws-actions/configure-aws-credentials@v4
32+ with :
33+ role-to-assume : arn:aws:iam::298118738376:role/GitHubActionsRole
34+ role-session-name : Core_Prod_Test_${{ github.run_id }}
35+ aws-region : us-east-1
36+
3137 - name : Restore Yarn Cache
3238 uses : actions/cache@v4
3339 with :
Original file line number Diff line number Diff line change 4040 restore-keys : |
4141 yarn-modules-${{ runner.arch }}-${{ runner.os }}-
4242
43+
44+ - uses : aws-actions/configure-aws-credentials@v4
45+ with :
46+ role-to-assume : arn:aws:iam::298118738376:role/GitHubActionsRole
47+ role-session-name : Core_QA_Test_${{ github.run_id }}
48+ aws-region : us-east-1
49+
4350 - name : Run unit testing
4451 run : make test_unit
4552
@@ -138,7 +145,7 @@ jobs:
138145 - uses : aws-actions/configure-aws-credentials@v4
139146 with :
140147 role-to-assume : arn:aws:iam::427040638965:role/GitHubActionsRole
141- role-session-name : Core_Dev_Deployment_ ${{ github.run_id }}
148+ role-session-name : Core_QA_Deployment_ ${{ github.run_id }}
142149 aws-region : us-east-1
143150
144151 - name : Publish to AWS
You can’t perform that action at this time.
0 commit comments