diff --git a/.github/workflows/onpush.yml b/.github/workflows/onpush.yml index fe88920c..f4358797 100644 --- a/.github/workflows/onpush.yml +++ b/.github/workflows/onpush.yml @@ -16,4 +16,5 @@ jobs: - name: npm install, test and lint run: | npm ci - npm run lint \ No newline at end of file + npm run lint + npm run test \ No newline at end of file