add package publishing and CI/CD using Gitea actions #5

Merged
tueem merged 10 commits from feat/ci-cd into master 2024-11-16 12:41:25 +00:00
Showing only changes of commit 420408fbdf - Show all commits

@ -43,5 +43,7 @@ jobs:
uses: dorny/test-reporter@v1 uses: dorny/test-reporter@v1
with: with:
name: Test Results name: Test Results
path: build/test-results/test/*.xml path: |
reporter: junit lib/build/test-results/test/*.xml
wrapper/javacord/build/test-results/test/*.xml
reporter: java-junit