Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Merge pull request #566 from opentok/APICM-3993 #292

Merge pull request #566 from opentok/APICM-3993

Merge pull request #566 from opentok/APICM-3993 #292

name: Build Phone-Call-Detection-Kotlin
on:
push:
branches: [main] # Just in case main was not up to date while merging PR
pull_request:
types: [opened, synchronize]
jobs:
run:
continue-on-error: true
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: checkout
uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 17
- name: Build
run: cd Phone-Call-Detection-Kotlin && ./gradlew app:assembleRelease && cd ..