Skip to content

Commit

Permalink
QA-5882: removed no longer required steps and commented the pending s…
Browse files Browse the repository at this point in the history
…cenario since no tracings are present with this status
  • Loading branch information
mmancini95 committed Feb 21, 2025
1 parent 6b59216 commit 434c8b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@ 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: ${{ vars.ECS_IAM_ROLE_ARN }}

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v3
with:
Expand All @@ -62,26 +56,13 @@ jobs:
java-version: 17
maven-version: 3.9.8

- name: Debug Branch Name
run: |
echo "branch name: $branchName"
env:
branchName: ${{ github.ref_name }}

- name: Clone the pn-b2b-client repo
id: clone_pn-b2b-client
uses: actions/checkout@v2
with:
ref: ${{ github.ref_name }} # Branch name to clone
fetch-depth: 1 # Clone only the last commit

- name: Print current directory
run: |
echo "Current working directory:"
pwd
echo "Contents of the directory:"
ls -la
- name: Run QA tests
id: run_qa_tests
shell: bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Feature: Interop Tracing feature
| status |
| MISSING |
| COMPLETED |
| PENDING |
# | PENDING | Line commented since no pending tracings are present
| ERROR |

# Questo test va eseguito usando un'utenza con cui non sono mai stati caricati file di tracing
Expand Down

0 comments on commit 434c8b8

Please sign in to comment.