chore: add linting step in snapshot_release workflow (#3637)
Signed-off-by: kushthedude <kushthedude@gmail.com>
This commit is contained in:
parent
1b02446b5c
commit
05794bba0a
5
.github/workflows/snapshot_release.yml
vendored
5
.github/workflows/snapshot_release.yml
vendored
@ -67,6 +67,11 @@ jobs:
|
|||||||
npm i -g yarn
|
npm i -g yarn
|
||||||
yarn install
|
yarn install
|
||||||
|
|
||||||
|
- name: Lint with ES-Lint & Prettier
|
||||||
|
run: |
|
||||||
|
cd ./main/tests/cypress
|
||||||
|
yarn lint
|
||||||
|
|
||||||
- name: Test with Cypress on ${{ matrix.browser }}
|
- name: Test with Cypress on ${{ matrix.browser }}
|
||||||
run: |
|
run: |
|
||||||
echo REFINE_MIN_MEMORY=1400M >> ./refine.ini
|
echo REFINE_MIN_MEMORY=1400M >> ./refine.ini
|
||||||
|
Loading…
Reference in New Issue
Block a user