Skip to content

Commit

Permalink
ci: update .yml file test report ui
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiFilippov committed Sep 8, 2023
1 parent 0621ed6 commit 5162d68
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,7 @@ jobs:
- name: Build with Maven
run: mvn clean verify "-Djarsigner.skip=true" "-DskipTests=false"

# - name: Publish Test Reports
# if: ${{ always() }}
# uses: scacap/action-surefire-report@v1
# with:
# check_name: 'Windows Test Reports'

- name: Test Reporting1
- name: Publish Test Reports
if: ${{ always() }}
uses: phoenix-actions/test-reporting@v12
with:
Expand Down

0 comments on commit 5162d68

Please sign in to comment.