Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tamzi committed Oct 19, 2024
1 parent bfc927d commit 31bece6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: dckeswag
name: doko

on:
pull_request:
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '11'
java-version: '21'
cache: 'gradle'
- name: Test
run: make clean lint
Expand All @@ -60,7 +60,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '11'
java-version: '21'
cache: 'gradle'
- name: Test
run: make clean test
Expand All @@ -82,7 +82,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '11'
java-version: '21'
cache: 'gradle'
- name: APK
run: make clean assemble
Expand All @@ -107,7 +107,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '11'
java-version: '21'
cache: 'gradle'
- name: Instrumentation Tests
uses: reactivecircus/android-emulator-runner@v2
Expand Down

0 comments on commit 31bece6

Please sign in to comment.