Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuChencheng committed Aug 16, 2023
1 parent c2525c3 commit ad2595c
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: 'npm'
- run: npm install --frozen-lockfile
- run: npm run test:ci
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn test:ci

0 comments on commit ad2595c

Please sign in to comment.