Skip to content

Commit a1a54b9

Browse files
committed
download build results
1 parent b9e2a7c commit a1a54b9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,16 @@ jobs:
1919
with:
2020
java-version: 11.0.2
2121
- name: build
22-
run: ./gradlew build
22+
run: ./gradlew build --stacktrace
2323
- name: archive artifacts
2424
uses: actions/upload-artifact@v1
25+
if: success()
2526
with:
2627
name: artifacts
2728
path: build/libs
2829
- name: archive test results
2930
uses: actions/upload-artifact@v1
31+
if: always()
3032
with:
3133
name: test results
3234
path: build/reports

0 commit comments

Comments
 (0)