Skip to content

Arjun | BAH-3079 | Ability to indicate medications to be added to drug chart while creating Prescription and to display medications in Treatments display control in Patient dashboard along with 'Add to Drug Chart' link #508

Arjun | BAH-3079 | Ability to indicate medications to be added to drug chart while creating Prescription and to display medications in Treatments display control in Patient dashboard along with 'Add to Drug Chart' link

Arjun | BAH-3079 | Ability to indicate medications to be added to drug chart while creating Prescription and to display medications in Treatments display control in Patient dashboard along with 'Add to Drug Chart' link #508

Workflow file for this run

name: Validate PR
on:
pull_request:
branches: [ Bahmni-IPD-master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 10.16.3
uses: actions/setup-node@v1
with:
node-version: 10.16.3
- name: Use Ruby 2.5
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.5
- run: npm install -g bower
- run: npm install -g grunt-cli
- run: gem install compass
- run: npm install --global yarn
- name: Package
run : cd ui && yarn cache clean && /bin/bash ./scripts/package.sh