Skip to content

Commit

Permalink
Add git actions test report
Browse files Browse the repository at this point in the history
  • Loading branch information
LauroSilveira committed Oct 25, 2023
1 parent 02c99b0 commit d436eef
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 23 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: CI Workflow
run-name: ${{ github.actor }} has started workflow
permissions:
checks: write
on:
push:
branches: [ "main" ]
Expand All @@ -21,4 +23,12 @@ jobs:

## Build and execute every test
- name: Build and test with Maven
run: mvn -B package --file pom.xml
run: mvn -B package --file pom.xml

- name: Test Report
uses: dorny/[email protected]
if: success() || failure()
with:
name: Test Report Summary
reporter: java-junit
path: target/surefire-reports/*.xml
22 changes: 0 additions & 22 deletions .github/workflows/label.yml

This file was deleted.

0 comments on commit d436eef

Please sign in to comment.