Skip to content

Commit 94493c2

Browse files
committed
fix unit test
1 parent 76693f0 commit 94493c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
gradle --version
3838
3939
- name: Run gradle tests
40-
run: ./gradlew test
40+
run: ./gradlew testDemoProdDebugUnitTest --stacktrace
4141

4242
- uses: actions/upload-artifact@v4
4343
with:

.github/workflows/manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
7171
# Run Tests Build
7272
- name: Run gradle tests
73-
run: ./gradlew testCliDebugUnitTest
73+
run: ./gradlew testCliDebugUnitTest --stacktrace
7474

7575
- uses: actions/upload-artifact@v4
7676
with:

0 commit comments

Comments
 (0)