Skip to content

Commit 2539e9e

Browse files
Run unit tests on CI
1 parent a2f415b commit 2539e9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
- name: Setup Gradle
3232
uses: gradle/actions/setup-gradle@v4
3333
- name: Run Android unit tests
34-
working-directory: ./android
34+
# working-directory: android
3535
# run: ./gradlew test
36-
run: echo $GITHUB_WORKSPACE
36+
run: echo $GITHUB_WORKSPACE; ls
3737
# - name: Flutter test
3838
# run: fvm flutter test
3939
# - run: fvm flutter build apk --debug

0 commit comments

Comments
 (0)