feat: Add basic full tests with actions

Signed-off-by: Florian BOUILLON <f.bouillon@aptatio.com>
This commit is contained in:
2023-07-04 15:32:35 +02:00
parent cd5993c04c
commit 3669078563
5 changed files with 60 additions and 2 deletions

View File

@ -37,6 +37,7 @@ FROM node:20-slim as PROD_IMAGE
# inform software to be in production
ENV NODE_ENV=production
ENV HOST=0.0.0.0
ENV ASTRO_TELEMETRY_DISABLED=true
# Download & Install Slic3r
# RUN apt-get update \