Skip to content

Commit afa43b0

Browse files
author
YangSen-qn
committed
change ci test
1 parent 20fb95d commit afa43b0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/ci-test.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ jobs:
1414
uses: actions/checkout@v2
1515
with:
1616
ref: ${{ github.ref }}
17-
- uses: actions/setup-java@v2
18-
with:
19-
java-version: 11
20-
distribution: temurin
21-
cache: gradle
17+
- name: Setup Java Version
18+
uses: actions/setup-java@v2
19+
with:
20+
java-version: 11
21+
distribution: temurin
22+
cache: gradle
2223
- name: Run Cases
2324
uses: reactivecircus/android-emulator-runner@v2
2425
with:

0 commit comments

Comments
 (0)