Skip to content

Commit 053ae9f

Browse files
committed
update tests for cur2 tables
1 parent f218068 commit 053ae9f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ jobs:
4040
role-to-assume: ${{ secrets.AWS_ROLE }}
4141
role-session-name: ${{ secrets.AWS_SESSION_NAME }}
4242
aws-region: ${{ secrets.AWS_REGION }}
43+
- name: Print AWS Account Info
44+
run: |
45+
echo "AWS Account ID: $(aws sts get-caller-identity --query Account --output text)"
46+
echo "AWS Region: $AWS_REGION"
4347
- name: Basic check
4448
run: |
4549
cid-cmd status

0 commit comments

Comments
 (0)