1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 19:34:34 +00:00

chore(workflow): remove code style check step from build jobs

This commit is contained in:
Yury Shkoda
2021-10-20 15:52:53 +03:00
parent 6071b6c054
commit 65a57acff6

View File

@@ -40,9 +40,6 @@ jobs:
- name: Install Dependencies
working-directory: ./api
run: npm ci
- name: Check Code Style
working-directory: ./api
run: npm run lint
- name: Run Unit Tests
working-directory: ./api
run: npm test
@@ -67,9 +64,6 @@ jobs:
- name: Install Dependencies
working-directory: ./web
run: npm ci
- name: Check Code Style
working-directory: ./web
run: npm run lint
- name: Run Unit Tests
working-directory: ./web
run: npm test