We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9e2a7c commit a1a54b9Copy full SHA for a1a54b9
1 file changed
.github/workflows/ci.yaml
@@ -19,14 +19,16 @@ jobs:
19
with:
20
java-version: 11.0.2
21
- name: build
22
- run: ./gradlew build
+ run: ./gradlew build --stacktrace
23
- name: archive artifacts
24
uses: actions/upload-artifact@v1
25
+ if: success()
26
27
name: artifacts
28
path: build/libs
29
- name: archive test results
30
31
+ if: always()
32
33
name: test results
34
path: build/reports
0 commit comments