Skip to content

Commit 262bbf5

Browse files
committed
failing
1 parent 49b74f9 commit 262bbf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
9292
BINTRAY_KEY: ${{ secrets.BINTRAY_KEY }}
9393
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
94-
run: ./gradlew build publishSnapshot sonarqube
94+
run: ./gradlew build publishSnapshot sonarqube --stacktrace
9595

9696
- name: archive test results
9797
uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)