Skip to content

feat(POM-424): Support Android 15 enforced edge-to-edge with backwards compatibility #217

feat(POM-424): Support Android 15 enforced edge-to-edge with backwards compatibility

feat(POM-424): Support Android 15 enforced edge-to-edge with backwards compatibility #217

Workflow file for this run

name: Run Tests
on:
pull_request:
types: [ opened, synchronize ]
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: Build
run: ./gradlew :sdk:assembleProductionDebug
- name: Run Tests
run: ./gradlew :sdk:testProductionDebugUnitTest
env:
TEST_PROJECT_ID: ${{ secrets.TEST_PROJECT_ID }}
TEST_PROJECT_KEY: ${{ secrets.TEST_PROJECT_KEY }}