BAH 3049 | Samridhi | Fix start date undefined value #802
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Validate PR | |
on: | |
pull_request: | |
branches: [ 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 |