Skip to content

Always allow persisting records if the message is a system message as… #431

Always allow persisting records if the message is a system message as…

Always allow persisting records if the message is a system message as… #431

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