Introduce TIMageCropper
for users to crop their profile picture + P…
#377
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test turms-plugin-push | |
on: [ push, pull_request ] | |
jobs: | |
test: | |
runs-on: ubuntu-24.04 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4.2.2 | |
- name: Set up Java | |
uses: actions/setup-java@v4.5.0 | |
with: | |
distribution: 'temurin' | |
java-version: 21 | |
- name: Maven Verify | |
run: | | |
mvn clean install -Dmaven.test.skip=true -am -B -pl turms-plugins/turms-plugin-push --no-transfer-progress | |
mvn verify -pl turms-plugins/turms-plugin-push |