From e2489c23722ca08697c8c9b2fea5459adacd5954 Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Fri, 10 Nov 2023 15:58:04 -0500 Subject: [PATCH] Yeah no we still need build to test on gh actions --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0d7ec15..974e5e6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,4 +17,4 @@ jobs: cache: 'npm' cache-dependency-path: package-lock.json - run: npm install - - run: npm test + - run: npm run build && npm test