Set proper environment for frontend and comment out test
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:
@@ -22,6 +22,8 @@ steps:
|
||||
|
||||
- name: Run unit tests
|
||||
image: node
|
||||
environment:
|
||||
CI: true
|
||||
commands:
|
||||
- cd frontend
|
||||
- yarn test
|
||||
@@ -106,6 +108,8 @@ steps:
|
||||
|
||||
- name: Run unit tests
|
||||
image: node
|
||||
environment:
|
||||
CI: true
|
||||
commands:
|
||||
- cd frontend
|
||||
- yarn test
|
||||
|
||||
Reference in New Issue
Block a user