From 39befb7f71053659058304ce4ab370f2eff25b3c Mon Sep 17 00:00:00 2001 From: Lewis Steele Date: Sun, 15 Sep 2024 11:04:15 +0100 Subject: [PATCH] Run tests with node test runner --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index abd9ee2..49e1657 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,4 +17,4 @@ jobs: cache: "npm" - run: npm ci - run: npx prettier . --check - - run: npx jest + - run: node --test