Skip to content

Rule based calculation #489

Rule based calculation

Rule based calculation #489

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