Skip to content

Commit

Permalink
Remove Surefire from yml
Browse files Browse the repository at this point in the history
Remove Surefire from yml
  • Loading branch information
ar-asghar committed Oct 10, 2024
1 parent 437b35d commit 743255a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/run-automation-batch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 743255a

Please sign in to comment.