Skip to content

[MOBL-1831] The Gradle script for publishing the library is now updated to support AGP 8.4.0. #12

[MOBL-1831] The Gradle script for publishing the library is now updated to support AGP 8.4.0.

[MOBL-1831] The Gradle script for publishing the library is now updated to support AGP 8.4.0. #12

name: Run Unit Tests (PR)
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'adopt'
- name: Use gradle wrapper (if applicable)
uses: gradle/wrapper-validation-action@v1
- name: Grant execute permissions for gradlew
run: chmod +x gradlew
- name: Run unit tests
run: ./gradlew test