summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-02-17 14:20:22 -0500
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-02-17 14:20:22 -0500
commit174d9e7429a0f7a45538e56a594ce627239d80c3 (patch)
tree449c6132dc792ef7c7fbbe51775dae9616a7cbdb /.github
parent0f46e3a093e7f0c07ad310d8c17e2582bdfd2741 (diff)
Add some basic unit tests for JSON schemas
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 40bc005d..c65d254b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -17,7 +17,11 @@ jobs:
run: npm ci
- name: Build
run: npm run build --if-present
- - name: Run tests
- run: npm test
+ - name: Lint
+ run: npm run test-lint
+ env:
+ CI: true
+ - name: Tests
+ run: npm run test-code
env:
CI: true