From 5890a1c32987c90c393c93d27057fe4bffeb8d5c Mon Sep 17 00:00:00 2001 From: ChalkyMuffin Date: Sat, 15 Jun 2024 13:28:05 -0600 Subject: [PATCH] test --- .github/workflows/production.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/production.yaml b/.github/workflows/production.yaml index f620a81..ac35b6b 100644 --- a/.github/workflows/production.yaml +++ b/.github/workflows/production.yaml @@ -23,8 +23,7 @@ jobs: node-version: 20 - - name: Install dependencies - run: npm install + - name: Run tests run: npm test