test ci --check
This commit is contained in:
parent
e0d7306560
commit
6ec66bee1e
|
@ -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 . .
|
||||
|
||||
|
|
Loading…
Reference in New Issue