fix test workflow
All checks were successful
NPM Audit Check / Check NPM audit (push) Successful in -2m18s
Unit tests / Unit tests (push) Successful in -2m13s

This commit is contained in:
2025-08-24 15:12:34 -05:00
parent 6ab158cee0
commit b51d014c80

View File

@@ -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: