Skip to content

Commit 6afec24

Browse files
committed
feat: edit workflow
1 parent 0e55d2b commit 6afec24

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/android_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
cache: gradle
2020

2121
- name: Unit tests
22-
run: bash ./gradlew test --stacktrace
22+
run: ./gradlew test --stacktrace
2323

2424
build:
2525
runs-on: ubuntu-latest
@@ -37,4 +37,4 @@ jobs:
3737
cache: gradle
3838

3939
- name: Build debug APK
40-
run: bash ./gradlew assembleDebug --stacktrace
40+
run: ./gradlew build --stacktrace

0 commit comments

Comments
 (0)