Skip to content

Update i18n on 2024-10-19 from Crowdin #389

Update i18n on 2024-10-19 from Crowdin

Update i18n on 2024-10-19 from Crowdin #389

Workflow file for this run

name: Test Build
on : [pull_request]
jobs:
test:
name: Run Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: 'gradle'
- name: Unit tests
run: bash ./gradlew test