diff --git a/.github/workflows/production.yaml b/.github/workflows/production.yaml index ac35b6b..abb3c01 100644 --- a/.github/workflows/production.yaml +++ b/.github/workflows/production.yaml @@ -23,10 +23,11 @@ jobs: node-version: 20 - + - name: Install dependencies + run: npm install - - name: Run tests - run: npm test + #- name: Run tests + # run: npm test