Skip to content

⬆️ Bump supabase from 2.0.0-beta-1 to 2.0.0-beta-2 #58

⬆️ Bump supabase from 2.0.0-beta-1 to 2.0.0-beta-2

⬆️ Bump supabase from 2.0.0-beta-1 to 2.0.0-beta-2 #58

Workflow file for this run

name: "Android CI"
on:
pull_request_target:
# Cancel any current or previous job from the same PR
concurrency:
group: android-${{ github.head_ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
lfs: 'true'
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 17
- name: Setup Gradle
uses: gradle/[email protected]
- name: Unit Tests
run: ./gradlew testDebugUnitTest
- name: Build
run: ./gradlew :app:android:assembleDevDebug