Skip to content

Refresh user sessions info actively in local turms-gateway #1265 #902

Refresh user sessions info actively in local turms-gateway #1265

Refresh user sessions info actively in local turms-gateway #1265 #902

name: Test turms-plugin-antispam
on: [ push, pull_request ]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Java
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
- name: Maven Verify
run: |
mvn clean install -Dmaven.test.skip=true -am -B -pl turms-plugins/turms-plugin-antispam --no-transfer-progress
mvn verify -pl turms-plugins/turms-plugin-antispam