From 4cc2fc76138212883b047a17a78e4f83266c0f1c Mon Sep 17 00:00:00 2001 From: StefanVukovic99 Date: Thu, 15 Feb 2024 04:27:08 +0100 Subject: separate json test out of test-code (#674) * separate json testing * add to ci --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.github/workflows') 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 -- cgit v1.2.3