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