Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dllewellyn authored Sep 30, 2023
1 parent 709b610 commit 5f8f8b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This is a basic workflow to help you get started with Actions
R# This is a basic workflow to help you get started with Actions

name: CI

Expand All @@ -18,6 +18,7 @@ jobs:
uses: actions/[email protected]
with:
java-version: 17
distribution: 'corretto'
- uses: actions/checkout@v2
- name: Run build
run: ./gradlew build assembleDebug assembleDebugAndroidTest --no-daemon
Expand Down

0 comments on commit 5f8f8b3

Please sign in to comment.