Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
chore(workflow): enable --info & --stacktrace for connected checks
Browse files Browse the repository at this point in the history
  • Loading branch information
itsaky committed Jun 2, 2024
1 parent d8d8984 commit c3dd9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ jobs:
target: ${{ matrix.target }}
arch: x86_64
profile: Nexus 6
script: ./gradlew connectedCheck
script: ./gradlew connectedCheck --info --stacktrace
- name: Upload test reports
if: ${{ always() }}
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c3dd9da

Please sign in to comment.