Skip to content

Clean up

Clean up #6

Workflow file for this run

name: Build
on: [ push ]
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up JDK 17
uses: actions/[email protected]
with:
java-version: '17'
distribution: 'adopt'
# Execute unit tests
- name: Unit Test
run: ./gradlew testDebugUnitTest