From 6b5e80203c7e94977b5cbb2c8b2c751b552de842 Mon Sep 17 00:00:00 2001 From: liyunze <50455574+liyunze-coding@users.noreply.github.com> Date: Wed, 2 Sep 2026 20:28:55 +0800 Subject: [PATCH] added test checks, update version --- .github/workflows/checks.yml | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 36ca8c7..a412faa 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -29,3 +29,9 @@ jobs: - name: Svelte check run: npm run check + + - name: Install Playwright browsers + run: npx playwright install --with-deps chromium + + - name: Test + run: npm test diff --git a/package.json b/package.json index 556515a..a397aad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dsec-notebook", - "version": "0.0.1", + "version": "1.0.0", "private": true, "type": "module", "scripts": {