File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- master
7
+ permissions : # For test summary bot
8
+ checks : write
7
9
jobs :
8
10
buildAndPublish :
9
11
runs-on : ubuntu-latest
22
24
distribution : ' corretto'
23
25
- name : build test and publish
24
26
run : ./gradlew assemble && ./gradlew check --info && ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository -x check --info --stacktrace
27
+ - name : Publish Test Results
28
+
29
+ if : always()
30
+ with :
31
+ files : ' **/build/test-results/test/TEST-*.xml'
Original file line number Diff line number Diff line change 11
11
- 21.x
12
12
- 20.x
13
13
- 19.x
14
+ permissions : # For test comment bot
15
+ checks : write
16
+ pull-requests : write
14
17
jobs :
15
18
buildAndTest :
16
19
runs-on : ubuntu-latest
24
27
distribution : ' corretto'
25
28
- name : build and test
26
29
run : ./gradlew assemble && ./gradlew check --info --stacktrace
30
+ - name : Publish Test Results
31
+
32
+ if : always()
33
+ with :
34
+ files : ' **/build/test-results/test/TEST-*.xml'
35
+
You can’t perform that action at this time.
0 commit comments