Skip to content

Merge pull request #268 from joreilly/type_safe_project_accessors #1214

Merge pull request #268 from joreilly/type_safe_project_accessors

Merge pull request #268 from joreilly/type_safe_project_accessors #1214

Workflow file for this run

name: Android CI
on: [push, pull_request]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 17
- name: Build android app
run: ./gradlew assembleDebug
- name: Run Unit Tests
run: ./gradlew test
- name: Build iOS shared code
run: ./gradlew :common:compileKotlinIosSimulatorArm64