Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
talosross authored Nov 24, 2023
1 parent 153fc1f commit 874cb1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: 1.8
java-version: 1.8.0_212
- name: Run Tests
run: bash ./gradlew test --stacktrace

Expand All @@ -33,7 +33,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: 1.8
java-version: 1.8.0_212
- name: Build APK
run: bash ./gradlew assembleDebug --stacktrace
- name: Upload APK
Expand Down

0 comments on commit 874cb1b

Please sign in to comment.