Skip to content

refactor: Documentation update #93

refactor: Documentation update

refactor: Documentation update #93

Workflow file for this run

name: Messenger SDK Android CI
on:
workflow_dispatch:
push:
branches:
- main
- develop
pull_request:
types:
- opened
- synchronize
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Java JDK
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17'
- name: Change wrapper permissions
run: chmod +x ./gradlew
- name: Run android tests
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
script: ./gradlew :messenger:connectedAndroidTest
- name: Gradle Build and Test
uses: eskatos/[email protected]
with:
wrapper-cache-enabled: true
dependencies-cache-enabled: true
configuration-cache-enabled: true
arguments: clean assembleDebug testDebugUnitTest --info --stacktrace