File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Expand file tree Collapse file tree 2 files changed +1
-14
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-
3731 - name : Restore Yarn Cache
3832 uses : actions/cache@v4
3933 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-
5043 - name : Run unit testing
5144 run : make test_unit
5245
@@ -145,7 +138,7 @@ jobs:
145138 - uses : aws-actions/configure-aws-credentials@v4
146139 with :
147140 role-to-assume : arn:aws:iam::427040638965:role/GitHubActionsRole
148- role-session-name : Core_QA_Deployment_ ${{ github.run_id }}
141+ role-session-name : Core_Dev_Deployment_ ${{ github.run_id }}
149142 aws-region : us-east-1
150143
151144 - name : Publish to AWS
You can’t perform that action at this time.
0 commit comments