Skip to content

Get rid of splash for now #21

Get rid of splash for now

Get rid of splash for now #21

Workflow file for this run

name: build
# From now in android
# https://github.com/android/nowinandroid
on:
push:
branches:
- main
pull_request:
paths-ignore:
- 'app-ios/**'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
permissions: {}
jobs:
build:
permissions:
contents: read
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- name: Checkout
uses: actions/[email protected]
- uses: ./.github/actions/setup-java
- run: ./gradlew :app-android:assembleDevDebug --stacktrace
- name: Upload build outputs (APKs)
uses: actions/[email protected]
with:
name: build-outputs
path: app-android/build/outputs
retention-days: 14