Skip to content

feat(chatbot): allowed to declare the initial messages #54

feat(chatbot): allowed to declare the initial messages

feat(chatbot): allowed to declare the initial messages #54

Workflow file for this run

name: Test suite
on:
pull_request:
branches:
- master
- main
- next
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm install
- name: Run unit tests
run: npm run test