Skip to content

Commit c911fff

Browse files
authored
Update test.yml
1 parent de9e20f commit c911fff

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,21 @@ jobs:
2020

2121
runs-on: macos-latest # necessary for reactivecircus/android-emulator-runner@v2
2222

23-
steps:
24-
- uses: actions/checkout@v2
25-
- name: set up JDK 11
26-
uses: actions/setup-java@v2
27-
with:
28-
java-version: 11.0.10
29-
distribution: 'adopt'
30-
cache: gradle
31-
23+
steps:
3224
- name: Checkout submodules
3325
uses: actions/checkout@v2
3426
with:
3527
fetch-depth: 2
3628
submodules: recursive
3729
token: ${{ secrets.ACCESS_TOKEN }}
3830
persist-credentials: false
31+
32+
- name: set up JDK 11
33+
uses: actions/setup-java@v2
34+
with:
35+
java-version: 11.0.10
36+
distribution: 'adopt'
37+
cache: gradle
3938

4039
- name: Grant execute permission for gradlew
4140
run: chmod +x gradlew
@@ -46,5 +45,6 @@ jobs:
4645
api-level: 30
4746
arch: x86_64
4847
script: ./gradlew assembleDebug && ./gradlew test --info && ./gradlew connectedCheck
48+
4949
- name: Code coverage
5050
run: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)