Skip to content

feat: Migarte to kmp and cmp. #38

feat: Migarte to kmp and cmp.

feat: Migarte to kmp and cmp. #38

name: Publish
on:
pull_request:
branches: [ develop, master ]
jobs:
test:
name: Unit tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
cache: 'gradle'
- name: Grand execute permissions to gradlew
run: chmod +x gradlew
- name: Run unit tests
run: ./gradlew testDebug