aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index fc70925f..358ac1de 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -21,8 +21,8 @@ jobs:
- name: Install dependencies
run: npm ci
- - name: Lint
- run: npm run test-lint
+ - name: Lint JS
+ run: npm run test-lint-js
env:
CI: true
@@ -36,6 +36,9 @@ jobs:
env:
CI: true
+ - name: Build Libs
+ run: npm run build-libs
+
- name: Tests
run: npm run test-code
env: