From 9c1532a7c6c68d049b39cdc57189f2ea4a1523fd Mon Sep 17 00:00:00 2001 From: JFH <20402845+jfhenon@users.noreply.github.com> Date: Wed, 10 Mar 2021 23:55:24 +0100 Subject: [PATCH] Update onpush.yml --- .github/workflows/onpush.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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