mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 23:57:49 +01:00
fix ci (?)
This commit is contained in:
@@ -3,11 +3,16 @@ image: node:10
|
|||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
|
|
||||||
|
cache:
|
||||||
|
paths:
|
||||||
|
- node_modules/
|
||||||
|
- client/node_modules
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
services:
|
services:
|
||||||
- mongo:4
|
- mongo:4
|
||||||
script:
|
script:
|
||||||
- npm i npm@latest -g
|
- npm i npm@latest -g
|
||||||
- npm i && cd client && npm i & cd ..
|
- npm i && cd client && npm i
|
||||||
- npm test
|
- npm test
|
||||||
|
|||||||
Reference in New Issue
Block a user