summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorLiang Yi <[email protected]>2021-08-14 20:59:08 +0800
committerGitHub <[email protected]>2021-08-14 20:59:08 +0800
commit6f9c7f3da2d0a70aaf0af1bf094211bcd7d3c4b8 (patch)
tree4bd10ecae127a3665ba5e15e6f505646c81006d7 /.github
parent9b05a3a63ae950a225d5d720aa648156375a1df7 (diff)
downloadbazarr-6f9c7f3da2d0a70aaf0af1bf094211bcd7d3c4b8.tar.gz
bazarr-6f9c7f3da2d0a70aaf0af1bf094211bcd7d3c4b8.zip
Update Redux Implementation with Redux-Toolkitv0.9.8-beta.0
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 962c10c89..e1d94998c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -47,6 +47,10 @@ jobs:
run: npm run build
working-directory: ${{ env.UI_DIRECTORY }}
+ - name: Unit Test
+ run: npm test
+ working-directory: ${{ env.UI_DIRECTORY }}
+
- uses: actions/upload-artifact@v2
with:
name: ${{ env.UI_ARTIFACT_NAME }}