Add missing package installation step for backend
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
12
.drone.yml
12
.drone.yml
@@ -166,6 +166,12 @@ steps:
|
|||||||
from_secret: aws_secret_access_key
|
from_secret: aws_secret_access_key
|
||||||
restore: true
|
restore: true
|
||||||
|
|
||||||
|
- name: Install packages
|
||||||
|
image: node
|
||||||
|
commands:
|
||||||
|
- cd backend
|
||||||
|
- npm install
|
||||||
|
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
image: node
|
image: node
|
||||||
commands:
|
commands:
|
||||||
@@ -242,6 +248,12 @@ steps:
|
|||||||
from_secret: aws_secret_access_key
|
from_secret: aws_secret_access_key
|
||||||
restore: true
|
restore: true
|
||||||
|
|
||||||
|
- name: Install packages
|
||||||
|
image: node
|
||||||
|
commands:
|
||||||
|
- cd backend
|
||||||
|
- npm install
|
||||||
|
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
image: node
|
image: node
|
||||||
commands:
|
commands:
|
||||||
|
|||||||
Reference in New Issue
Block a user