diff --git a/.github/workflows/test_integration.yml b/.github/workflows/test_integration.yml index 6acbb82..e697c84 100644 --- a/.github/workflows/test_integration.yml +++ b/.github/workflows/test_integration.yml @@ -23,7 +23,7 @@ jobs: - name: Setup tmate session uses: mxschmitt/action-tmate@v3 if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} - + - name: Install pnpm uses: pnpm/action-setup@v4 with: @@ -36,8 +36,5 @@ jobs: - name: Install dependencies run: pnpm install - - name: Install dependencies - run: npm ci - - name: Run tests run: npm test