Skip to content

Commit 9d3dcd0

Browse files
committed
publish test results, remove azure pipelines
1 parent 68110b6 commit 9d3dcd0

File tree

2 files changed

+7
-20
lines changed

2 files changed

+7
-20
lines changed

.github/workflows/build.yml

+7
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,10 @@ jobs:
2020
run: chmod +x gradlew
2121
- name: Build with Gradle
2222
run: ./gradlew build
23+
- name: Test with Gradle
24+
run: ./gradlew test
25+
- name: Publish Test Report
26+
uses: mikepenz/action-junit-report@v2
27+
if: always() # always run even if the previous step fails
28+
with:
29+
report_paths: '**/build/test-results/test/TEST-*.xml'

azure-pipelines.yml

-20
This file was deleted.

0 commit comments

Comments
 (0)