Skip to content

Migrate to Jetpack Compose #41

Migrate to Jetpack Compose

Migrate to Jetpack Compose #41

Workflow file for this run

name: CI
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: "adopt"
java-version: "17"
- name: Decrypt services.json
run: ./bin/decrypt_google_services.sh
env:
GOOGLE_SERVICES_PASSPHRASE: ${{ secrets.GOOGLE_SERVICES_PASSPHRASE }}
- name: Build Debug APK
run: ./gradlew buildDebug
- name: Test
run: ./gradlew test