From b1c78ccca7477a189e692a66c3d248e14eeacd85 Mon Sep 17 00:00:00 2001 From: evanpelle Date: Mon, 17 Mar 2025 16:52:32 -0700 Subject: [PATCH] add test action (#281) --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3bede749e..076493044 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,8 @@ jobs: node-version: 20 - name: Setup npm run: npm install + - name: Run tests + run: npm test - name: Build run: npm run build-prod - uses: actions/upload-artifact@v4