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 6e48c24
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 23 deletions.
16 changes: 15 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
name: CI Workflow
run-name: ${{ github.actor }} has started workflow

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

permissions:
contents: read
actions: read
checks: write

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -21,4 +27,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 6e48c24

Please sign in to comment.