Skip to content

Commit

Permalink
Speed up CI execution time
Browse files Browse the repository at this point in the history
  • Loading branch information
l-you committed Sep 12, 2023
1 parent 20668e5 commit 3591626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm install -w eslint@${{ matrix.eslint_version }}
- run: pnpm i --frozen-lockfile
- run: pnpm i -w eslint@${{ matrix.eslint_version }}
- run: pnpm test
env:
CI: true
Expand Down

0 comments on commit 3591626

Please sign in to comment.