Skip to content

Commit

Permalink
Testing with XML Output 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kjindani committed Aug 25, 2023
1 parent e5e5601 commit 6251b9a
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,18 @@ jobs:
with:
java-version: 11

- name: Generate Surefire Report
run: mvn surefire-report:report

- name: Upload Surefire Report
uses: actions/upload-artifact@v2
with:
name: surefire-report
path: target/site/surefire-report.html

- name: Build with Maven
run: mvn -B package --file pom.xml

- name: Run Tests with Maven
run: mvn test --file pom.xml



- name: Generate Report
run: mvn surefire-report:report

0 comments on commit 6251b9a

Please sign in to comment.