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: