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