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