Linting before build

pull/384/head
Jarosław Sadziński 1 year ago
parent 7ff2ca954c
commit b0555564ac

@ -37,6 +37,9 @@ jobs:
- name: Install Node.js packages
run: yarn install
- name: Run eslint
run: yarn run lint:ci
- name: Make sure bucket is versioned
env:
AWS_ACCESS_KEY_ID: administrator
@ -46,8 +49,6 @@ jobs:
- name: Build Node.js code
run: yarn run build:prod
- name: Run eslint
run: yarn run lint:ci
- name: Run smoke test
run: VERBOSE=1 DEBUG=1 MOCHA_WEBDRIVER_HEADLESS=1 yarn run test:smoke

Loading…
Cancel
Save