Skip to content

Commit

Permalink
ci: split two steps
Browse files Browse the repository at this point in the history
  • Loading branch information
EastSun5566 committed Sep 24, 2024
1 parent b2addee commit 2619546
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18.x
- run: |
npm i
npm test
- run: npm i
- run: npm test

0 comments on commit 2619546

Please sign in to comment.