diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 564cc608c..292181bca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,6 +67,9 @@ jobs: restore-keys: ${{ runner.os }}-gradle - name: npmBuild run: ./gradlew npmBuild + - name: npmTest + run: npm run test:unit + working-directory: komga-webui release: name: Semantic Release