Remove frontend npm install step
This commit is contained in:
@@ -24,9 +24,6 @@ jobs:
|
|||||||
- name: Install dependencies and test API
|
- name: Install dependencies and test API
|
||||||
working-directory: ./api
|
working-directory: ./api
|
||||||
run: npm install && node -c server.js
|
run: npm install && node -c server.js
|
||||||
- name: Install dependencies and test Frontend
|
|
||||||
working-directory: ./frontend
|
|
||||||
run: npm install
|
|
||||||
|
|
||||||
scan:
|
scan:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user