Skip to content

Commit e46ea20

Browse files
committed
fix: specify correct gradle task for Android tests
1 parent bb4a5ff commit e46ea20

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,4 @@ jobs:
6262
with:
6363
checkout-repo: true
6464
github-token: ${{ secrets.GITHUB_TOKEN }}
65+
gradle-task: tests:test

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
with:
3333
checkout-repo: true
3434
github-token: ${{ secrets.GITHUB_TOKEN }}
35+
gradle-task: tests:test
3536

3637
release:
3738
name: Release

0 commit comments

Comments
 (0)