From 31ad266389c8f47863ebb930188f2bdee93f05f5 Mon Sep 17 00:00:00 2001 From: Corban-Lee Date: Thu, 15 May 2025 12:15:21 +0100 Subject: [PATCH] test: run tests in build workflow --- .gitea/workflows/build.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 06e2c31..596a647 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -28,5 +28,8 @@ jobs: env: DATABASE_URL: ${{ secrets.POSTGRESQL_CONN_STRING }} + - name: Run Tests + run: npm run test + - name: Build Dist run: npm run build \ No newline at end of file