Cus-479-new UI is breaking in widget and dashboard if any msg have table component #547
This file contains hidden or 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: Automate Common Checks Danger JS | |
on: | |
pull_request: | |
branches: | |
- master | |
- 'development' | |
jobs: | |
PR_Test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- name: Use Node.js 14.x | |
uses: actions/setup-node@v1 | |
with: | |
node-version: 14.x | |
- name: Install packages | |
run: npm install | |
- name: Run Danger Test | |
run: npm run run-danger-test | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |