test ci --check

This commit is contained in:
Gsk54 2023-01-09 16:42:22 +01:00
parent 7b9d2940c2
commit c459a3ea05
1 changed files with 1 additions and 1 deletions

View File

@ -20,4 +20,4 @@ COPY . .
RUN npm run build RUN npm run build
# Execute test suite # Execute test suite
RUN npm run test RUN npm run test:ci