From 0f4d36938fd0d844f548aa5a7f7e7842df8dfb41 Mon Sep 17 00:00:00 2001 From: Darius Jahandarie Date: Wed, 8 Nov 2023 03:11:35 +0900 Subject: Switch to vitest for ESM support; other fixes --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.github/workflows/ci.yml') 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: -- cgit v1.2.3