Reverting build scripts because done with it.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user