From 743255ac0907bf0c04dbeb926e074ba4b59d774c Mon Sep 17 00:00:00 2001 From: ar-asghar Date: Thu, 10 Oct 2024 18:53:50 +0500 Subject: [PATCH] Remove Surefire from yml Remove Surefire from yml --- .github/workflows/run-automation-batch.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/run-automation-batch.yml b/.github/workflows/run-automation-batch.yml index 7b08204..f1ea4c4 100644 --- a/.github/workflows/run-automation-batch.yml +++ b/.github/workflows/run-automation-batch.yml @@ -35,14 +35,6 @@ jobs: - name: Run Rest Assured Test Cases run: mvn clean test #-X # Enable Maven debug output for more details - # Upload Surefire test reports for debugging - - name: Upload Surefire Reports - if: always() # Run this step even if the tests fail - uses: actions/upload-artifact@v3 - with: - name: surefire-reports - path: target/surefire-reports/ - - name: Archive TestNG Reports if: always() # This ensures the step runs even if the tests fail uses: actions/upload-artifact@v3