Skip to content

fixes back button not working in navigation and refactoring screen na… #6

fixes back button not working in navigation and refactoring screen na…

fixes back button not working in navigation and refactoring screen na… #6

name: Android Testing
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Execute unit testing
run: ./gradlew testDebugUnitTest