Skip to content

Commit

Permalink
Debug mode off
Browse files Browse the repository at this point in the history
Debug mode off
  • Loading branch information
ar-asghar committed Oct 9, 2024
1 parent 90f0691 commit 09aae43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-automation-batch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
run: |
echo "<settings><servers><server><id>github</id><username>${{ github.actor }}</username><password>${{ secrets.GITHUB_TOKEN }}</password></server></servers></settings>" > ~/.m2/settings.xml
- name: Run Rest Assured Test Cases with Debug Logging
run: mvn clean test -X
- name: Run Rest Assured Test Cases
run: mvn clean test

0 comments on commit 09aae43

Please sign in to comment.