Skip to content

AC-1104: Migrate PatientRoomDAO to Kotlin (#1023) #44

AC-1104: Migrate PatientRoomDAO to Kotlin (#1023)

AC-1104: Migrate PatientRoomDAO to Kotlin (#1023) #44

Workflow file for this run

name: Unit Tests CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
ExecuteTests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
cache: gradle
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Execute Unit Tests
run: ./gradlew testDebugUnitTest