From b51d014c809ab923361e071646f57ff70e9e8374 Mon Sep 17 00:00:00 2001 From: Cory Sanin Date: Sun, 24 Aug 2025 15:12:34 -0500 Subject: [PATCH] fix test workflow --- .github/workflows/test.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dcc4ab0..3baacba 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,17 +1,15 @@ -name: NPM Audit Check +name: Unit tests on: push: branches: [ master ] pull_request: branches: [ master ] - schedule: - - cron: '15 16 * * 5' jobs: - npm_audit: - name: Check NPM audit + npm_test: + name: Unit tests runs-on: ubuntu-latest timeout-minutes: 20 strategy: