Skip to content

Show a badge to indicate there are unread messages #548

Show a badge to indicate there are unread messages

Show a badge to indicate there are unread messages #548

name: Test turms-client-kotlin
on: [ push, pull_request ]
jobs:
test:
runs-on: ubuntu-24.04
strategy:
matrix:
java: [ '8', '17' ]
name: Test in Java ${{ matrix.Java }}
steps:
- name: Checkout
uses: actions/[email protected]
- name: Set up Java
uses: actions/[email protected]
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: Verify formatting
run: mvn validate --projects turms-client-kotlin --activate-profiles lint --batch-mode --no-transfer-progress
- name: Run tests
run: mvn verify --projects turms-client-kotlin