We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e969bcb commit 15d91e3Copy full SHA for 15d91e3
.github/workflows/android.yml
@@ -42,4 +42,6 @@ jobs:
42
run: ./gradlew clean
43
44
- name: Run unit tests
45
- run: ./gradlew testDebugUnitTest --stacktrace
+ run: |
46
+ env
47
+ ./gradlew testDebugUnitTest --stacktrace
0 commit comments