Skip to content

feature:messaging appointment implementation #662

feature:messaging appointment implementation

feature:messaging appointment implementation #662

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