Skip to content

Commit bc35b96

Browse files
committed
chore(workflow): enable --info & --stacktrace for connected checks
1 parent c7c2681 commit bc35b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
target: ${{ matrix.target }}
222222
arch: x86_64
223223
profile: Nexus 6
224-
script: ./gradlew connectedCheck
224+
script: ./gradlew connectedCheck --info --stacktrace
225225
- name: Upload test reports
226226
if: ${{ always() }}
227227
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)