Trying out a auto sync between branches.

This commit is contained in:
2022-06-14 09:23:20 +02:00
parent b07bc85114
commit f356d4ab57
2 changed files with 34 additions and 2 deletions
-2
View File
@@ -23,8 +23,6 @@ jobs:
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Build and Test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew generateTestSource test jacocoTestReport --info -Dfull_test_suite=true
- name: Publish Test Result