Skip to content

Feature:Sending-media-via-messaging implementation #712

Feature:Sending-media-via-messaging implementation

Feature:Sending-media-via-messaging implementation #712

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