Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuChencheng authored Aug 16, 2023
1 parent 5da8908 commit cb72635
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn install --no-lockfile
- run: yarn test:ci
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm run test:ci

0 comments on commit cb72635

Please sign in to comment.