newStaffLDB-API #48
@ -5,6 +5,7 @@ COPY ./.npmrc ./
|
|||||||
RUN npm install
|
RUN npm install
|
||||||
COPY . .
|
COPY . .
|
||||||
# Ideally the tests should be run separately in a CI/CD workflow rather than during the build
|
# Ideally the tests should be run separately in a CI/CD workflow rather than during the build
|
||||||
|
# Currently, it does prevent a container being published with failing tests
|
||||||
RUN npm run test
|
RUN npm run test
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user