mirror of
https://github.com/sasjs/server.git
synced 2026-01-14 01:10:05 +00:00
chore(workflow): remove code style check step from build jobs
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -40,9 +40,6 @@ jobs:
|
|||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
working-directory: ./api
|
working-directory: ./api
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- name: Check Code Style
|
|
||||||
working-directory: ./api
|
|
||||||
run: npm run lint
|
|
||||||
- name: Run Unit Tests
|
- name: Run Unit Tests
|
||||||
working-directory: ./api
|
working-directory: ./api
|
||||||
run: npm test
|
run: npm test
|
||||||
@@ -67,9 +64,6 @@ jobs:
|
|||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
working-directory: ./web
|
working-directory: ./web
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- name: Check Code Style
|
|
||||||
working-directory: ./web
|
|
||||||
run: npm run lint
|
|
||||||
- name: Run Unit Tests
|
- name: Run Unit Tests
|
||||||
working-directory: ./web
|
working-directory: ./web
|
||||||
run: npm test
|
run: npm test
|
||||||
|
|||||||
Reference in New Issue
Block a user