diff options
author | StefanVukovic99 <stefanvukovic44@gmail.com> | 2024-02-15 04:27:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-15 03:27:08 +0000 |
commit | 4cc2fc76138212883b047a17a78e4f83266c0f1c (patch) | |
tree | 6a59c44724d082de81f439d04a11c867831877c4 /.github | |
parent | 6bf7b0055765c4f2011c9614753d6714dc09be65 (diff) |
separate json test out of test-code (#674)
* separate json testing
* add to ci
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ea950b8..ea42aab4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,6 +53,11 @@ jobs: env: CI: true + - name: Test JSON + run: npm run test-json + env: + CI: true + - name: Build Legal run: npm run license-report |