From 5c99f09b8b65cd9b6d119f852a74f70a0726666f Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Mon, 26 Apr 2021 15:59:43 +0800 Subject: [PATCH] ci: run webui tests --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 564cc608..292181bc 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