Skip to content

[api] add delete conversation & back-office task endpoints #10

[api] add delete conversation & back-office task endpoints

[api] add delete conversation & back-office task endpoints #10

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build and test
run: mvn --no-transfer-progress verify