Skip to content

Commit

Permalink
fix: _only_ use pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaquiery committed Oct 25, 2024
1 parent fcdb4ba commit cfa2176
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -36,8 +36,5 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Install dependencies
run: npm ci

- name: Run tests
run: npm test

0 comments on commit cfa2176

Please sign in to comment.