Reverting build scripts because done with it.

This commit is contained in:
2022-07-06 16:47:15 +02:00
parent 455ee64a88
commit b4374fdd4d
2 changed files with 1 additions and 99 deletions
+1 -8
View File
@@ -27,14 +27,6 @@ jobs:
./gradlew generateTestSource test jacocoTestReport --info -Dfull_test_suite=true
./gradlew --stop
- name: Forced Delay
run: sleep 10
- name: Set Swap Space
uses: pierotofy/set-swap-space@master
with:
swap-size-gb: 5
- name: Publish Test Result
uses: EnricoMi/publish-unit-test-result-action@v1
id: test-results
@@ -42,6 +34,7 @@ jobs:
with:
files: build/test-results/**/*.xml
fail_on: nothing
ignore_runs: true
json_thousands_separator: .
time_unit: milliseconds