run all test
All checks were successful
Build Docker Image Front / run (push) Successful in 23s
Build Docker Image Back / run (push) Successful in 21s
Build Docker Image Front / run (pull_request) Successful in 22s
Build Docker Image Back / run (pull_request) Successful in 20s

This commit is contained in:
2024-05-03 17:18:18 +02:00
parent 120ed8182a
commit 801ab51150
2 changed files with 2 additions and 1 deletions

View File

@ -9,5 +9,6 @@ module.exports = {
'!/nodemodules/',
'!/jest.config.js/',
'!/coverage/',
'!**/server.ts',
],
};