mirror of
https://gitlab.com/mobicoop/v3/service/user.git
synced 2026-02-01 22:40:45 +00:00
test ci --check
This commit is contained in:
@@ -8,7 +8,7 @@ stages:
|
|||||||
##############
|
##############
|
||||||
|
|
||||||
unit-test:
|
unit-test:
|
||||||
stage: test
|
stage: test:unit
|
||||||
image: node:18-alpine3.16
|
image: node:18-alpine3.16
|
||||||
script:
|
script:
|
||||||
- npm install
|
- npm install
|
||||||
|
|||||||
@@ -13,6 +13,8 @@ COPY package*.json ./
|
|||||||
# Install app dependencies
|
# Install app dependencies
|
||||||
RUN npm ci
|
RUN npm ci
|
||||||
|
|
||||||
|
RUN npx prisma generate
|
||||||
|
|
||||||
# Bundle app source
|
# Bundle app source
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user