Skip to content

Commit

Permalink
QA-5882: added debug step
Browse files Browse the repository at this point in the history
  • Loading branch information
mmancini95 committed Feb 20, 2025
1 parent 069a00a commit 1d6dcc4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ jobs:
ST_VERBOSE_MODE: ${{ vars.ST_VERBOSE_MODE }}

steps:
- name: Debug AWS Role
run: |
echo "Role ARN length: ${#ECS_IAM_ROLE_ARN}"
env:
ECS_IAM_ROLE_ARN: ${{ secrets.ECS_IAM_ROLE_ARN }}

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v3
with:
Expand Down

0 comments on commit 1d6dcc4

Please sign in to comment.