Skip to content

Commit 2619546

Browse files
committed
ci: split two steps
1 parent b2addee commit 2619546

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@ jobs:
1414
- uses: actions/setup-node@v3
1515
with:
1616
node-version: 18.x
17-
- run: |
18-
npm i
19-
npm test
17+
- run: npm i
18+
- run: npm test

0 commit comments

Comments
 (0)