Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdelrhman-Ellithy committed Nov 1, 2024
1 parent be68c02 commit 1edcddb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ jobs:

- name: Clean up previous test output
run: |
del Test-Output\Reports\* /Q
del Test-Output\Logs\* /Q
del Test-Output\ScreenShots\Failed\* /Q
del Test-Output\Reports\* || echo "No files to delete"
del Test-Output\Logs\* || echo "No files to delete"
del Test-Output\ScreenShots\Failed\* || echo "No files to delete"
forfiles /p Test-Output\UpdateChecker /s /m *.* /c "cmd /c if @isdir==FALSE if not @file==checker.json del @path"
- name: Build with Maven
Expand Down

0 comments on commit 1edcddb

Please sign in to comment.