From 0b439e7c51b416ff48a8059261f1ebc237dbeabf Mon Sep 17 00:00:00 2001 From: Joseph Petersen Date: Mon, 25 Jul 2022 10:32:41 +0200 Subject: [PATCH] Run tests on CI (#50) Co-authored-by: Tim Jacomb <21194782+timja@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64dde1a..a661f17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,4 +24,4 @@ jobs: cache: "npm" - run: npm ci - run: npm run lint - #- run: npm test + - run: npm test