Merge pull request #3522 from bettyblocks/fix/conditional-should-not-… #7679
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: Material UI testing and linting | |
on: [push] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: actions/setup-node@v3 | |
with: | |
node-version: 16.14.0 | |
- name: Install packages | |
run: yarn install | |
- name: Lint | |
run: yarn lint:ci | |
- name: Build test | |
run: | | |
yarn bundle | |
yarn build |