Skip to content

fix: retrieving chats without tools #400

fix: retrieving chats without tools

fix: retrieving chats without tools #400

Workflow file for this run

name: test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
env:
MVN: mvn --show-version --batch-mode
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: 'maven'
- name: run compile
run: $MVN clean compile
- name: run test
run: $MVN test