Skip to content

Commit 85a6671

Browse files
committed
fix test in github actions
1 parent aab3728 commit 85a6671

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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 testDebug
40+
run: ./gradlew test
4141

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

0 commit comments

Comments
 (0)