Skip to content

Arjun/Ashish | BAH-3106 | Ability to bring up the Add to drug chart modal with its elements from Treatments display control in Patient Dashboard by clicking on Add to drug chart link #527

Arjun/Ashish | BAH-3106 | Ability to bring up the Add to drug chart modal with its elements from Treatments display control in Patient Dashboard by clicking on Add to drug chart link

Arjun/Ashish | BAH-3106 | Ability to bring up the Add to drug chart modal with its elements from Treatments display control in Patient Dashboard by clicking on Add to drug chart link #527

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: 14.x
- 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: Build micro-frontends
working-directory: micro-frontends
run: yarn install --frozen-lock-file && yarn build
- name: Package
run : cd ui && yarn cache clean && /bin/bash ./scripts/package.sh