Skip to content

chore: Change sample app config default value for Test Mode to "NO" (… #2640

chore: Change sample app config default value for Test Mode to "NO" (…

chore: Change sample app config default value for Test Mode to "NO" (… #2640

name: Binary-validation
# only run on PRs and when push a commit on a branch that we don't deploy on.
on: [push, pull_request]
jobs:
api_check:
name: API check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-android
- name: API check
run: ./gradlew apiCheck