diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index c3f55aa..a4b4382 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -50,9 +50,10 @@ jobs: - name: Coverage verification run: | + cd .. ./gradlew :backend:jacocoTestCoverageVerification + cd frontend npm run test:coverage - working-directory: frontend e2e: name: E2E browser tests