chore: make tests faster

This commit is contained in:
Koen Kanters
2024-05-08 23:32:46 +02:00
parent 6bcb4b66b1
commit 350c682e8f
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
- name: Build
run: npm run build
- name: Test
run: npm run test-with-coverage:ci
run: npm run test-with-coverage
- name: Lint
run: npm run eslint
- name: Docker login