chore: add linting step in snapshot_release workflow (#3637)

Signed-off-by: kushthedude <kushthedude@gmail.com>
This commit is contained in:
Kush Trivedi 2021-02-15 00:25:55 +05:30 committed by GitHub
parent 1b02446b5c
commit 05794bba0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,6 +67,11 @@ jobs:
npm i -g yarn
yarn install
- name: Lint with ES-Lint & Prettier
run: |
cd ./main/tests/cypress
yarn lint
- name: Test with Cypress on ${{ matrix.browser }}
run: |
echo REFINE_MIN_MEMORY=1400M >> ./refine.ini