Skip to content

Commit bb42b98

Browse files
committed
feat: check api start
1 parent ad5885d commit bb42b98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/postman.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
run: |
3535
cd apl-core
3636
npm install
37-
npm run server
37+
npm run server > /dev/null 2>&1 &
3838
- name: start api
3939
run: |
40+
ls
4041
npm run dev

0 commit comments

Comments
 (0)