Skip to content

Bump kotlin from 2.1.10 to 2.1.20 (#440) #304

Bump kotlin from 2.1.10 to 2.1.20 (#440)

Bump kotlin from 2.1.10 to 2.1.20 (#440) #304

Workflow file for this run

name: AndroidTest
on:
push :
branches : [ master ]
jobs:
test-feature:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected]
- name: Set up JDK 17
uses: actions/[email protected]
with:
distribution: 'adopt'
java-version: '17'
- name: Grant execute permissions for gradlew
run: chmod +x ./gradlew
- name: Run Tests with Gradle
run: ./gradlew clean testDebugUnitTest