Skip to content

Fixed: Fix inverted typo in termcap values for KEYCODE_PAGE_UP and … #1

Fixed: Fix inverted typo in termcap values for KEYCODE_PAGE_UP and …

Fixed: Fix inverted typo in termcap values for KEYCODE_PAGE_UP and … #1

Workflow file for this run

name: Unit tests
on:
push:
branches:
- master
- android-10
pull_request:
branches:
- master
- android-10
jobs:
testing:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v6
- name: Setup java 17
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '17'
- name: Execute tests
run: |
./gradlew test