Skip to content

Commit

Permalink
generate test report
Browse files Browse the repository at this point in the history
  • Loading branch information
asolntsev committed Sep 1, 2024
1 parent 4d458e6 commit 68e06e6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,14 @@ jobs:
java-version: '17'
cache: 'maven'
- name: Build
run: mvn -B clean surefire-report:report -Dselenide.headless=true
run: mvn -B clean surefire-report:report -Dselenide.headless=true; mvn -B surefire-report:report-only
- name: Upload test artifacts
uses: actions/upload-artifact@v4
if: failure()
with:
name: test-report
path: |
target/surefire-reports
target/downloads
target/site
target
auto-merge-dependabot:
name: 🤖 Auto merge dependabot PR
Expand Down

0 comments on commit 68e06e6

Please sign in to comment.