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