Skip to content

Commit

Permalink
add: npm link to test ci (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
eggplants authored Nov 29, 2021
1 parent 4137c7e commit d6de6dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nodejs-unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: Install Dependencies
run: npm install
working-directory: ./javascript
- name: Create symlink
run: npm link
working-directory: ./javascript
- name: Build package
run: npm run build --if-present
working-directory: ./javascript
Expand Down

0 comments on commit d6de6dd

Please sign in to comment.