From 943117e9434e49040169b9e38e2b4f8e9b1ab018 Mon Sep 17 00:00:00 2001 From: Revone Date: Wed, 11 Oct 2023 23:40:00 +0800 Subject: [PATCH] [ci] ci step added --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b48c50c..7ca17c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,9 @@ jobs: - name: Build and documentation run: npm run build + - name: Update Individuals + run: npm run update:individuals + - name: Run tests run: npm test