Skip to content

Fix left D-Pad focus "escape" on channel and chapter display overlay #8810

Fix left D-Pad focus "escape" on channel and chapter display overlay

Fix left D-Pad focus "escape" on channel and chapter display overlay #8810

Workflow file for this run

name: App / Test
on:
push:
branches:
- master
- release-*
pull_request:
permissions:
contents: read
jobs:
test:
name: Test
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Setup Java
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
with:
distribution: temurin
java-version-file: .tools-versions
- name: Setup Gradle
uses: gradle/actions/setup-gradle@f29f5a9d7b09a7c6b29859002d29d24e1674c884 # v5.0.1
- name: Run test task
run: ./gradlew test