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": {