Skip to content

Phani | A- 1204805491310541| Close Appointment Sidebar after save new Appointment #313

Phani | A- 1204805491310541| Close Appointment Sidebar after save new Appointment

Phani | A- 1204805491310541| Close Appointment Sidebar after save new Appointment #313

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: A workflow to validate PRs
on:
pull_request:
branches: [ Bahmni-IPD-master ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: npm install
- run: npm test
- run: npm run build