diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 5ecdfaa..042af72 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -25,7 +25,7 @@ jobs: run: npm ci - name: Run Unit tests - run: npm run test:unit + run: npm run test:unit --passWithNoTests - name: Run E2E tests run: npm run test:e2e \ No newline at end of file