diff --git a/.github/workflows/ui-test.yml b/.github/workflows/ui-test.yml index 93926fcd..4b2ed5de 100644 --- a/.github/workflows/ui-test.yml +++ b/.github/workflows/ui-test.yml @@ -45,4 +45,4 @@ jobs: run: chmod +x ./scripts/launch-emulator.sh && ./scripts/launch-emulator.sh - name: Run UI Test - run: ./gradlew connectedCheck \ No newline at end of file + run: ./gradlew connectedCheck --stacktrace \ No newline at end of file