Skip to content

Feature: History chats calls implementation #755

Feature: History chats calls implementation

Feature: History chats calls implementation #755

Workflow file for this run

name: Medica App Testing
on:
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '20'
- name: Install dependencies
run: npm install
- name: run tests
run: npm run test