We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76693f0 commit 94493c2Copy full SHA for 94493c2
.github/workflows/main.yml
@@ -37,7 +37,7 @@ jobs:
37
gradle --version
38
39
- name: Run gradle tests
40
- run: ./gradlew test
+ run: ./gradlew testDemoProdDebugUnitTest --stacktrace
41
42
- uses: actions/upload-artifact@v4
43
with:
.github/workflows/manual.yml
@@ -70,7 +70,7 @@ jobs:
70
71
# Run Tests Build
72
73
- run: ./gradlew testCliDebugUnitTest
+ run: ./gradlew testCliDebugUnitTest --stacktrace
74
75
76
0 commit comments