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