Skip to content

Commit eb76af4

Browse files
committed
fix: postman github workflow
1 parent 0426351 commit eb76af4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/postman.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
- name: Start core server
5050
run: |
5151
cd apl-core
52+
nvm install
53+
nvm use
5254
npm install
5355
npm run server > $GITHUB_WORKSPACE/core.log 2>&1 &
5456
- name: Start api

0 commit comments

Comments
 (0)