diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 856a7bd..6334715 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,11 +34,9 @@ jobs: with: node-version: '20' - - name: Install dependencies - run: npm install + - run: npm install + - run: npm test - - name: Run tests for all apps - run: npm run test - name: Install dependencies for ${{ matrix.app }} working-directory: apps/${{ matrix.app }}