Skip to content

Commit e31ebef

Browse files
[git actions] Fix FileConverter dependencies in test
1 parent 1664e73 commit e31ebef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/unitTests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,14 @@ jobs:
2525
./npm-shrinkwrap.json
2626
./Common/npm-shrinkwrap.json
2727
./DocService/npm-shrinkwrap.json
28+
./FileConverter/npm-shrinkwrap.json
2829
2930
- name: Install modules
3031
run: |
3132
npm ci
3233
npm --prefix Common ci
3334
npm --prefix DocService ci
35+
npm --prefix FileConverter ci
3436
3537
- name: Run Jest
3638
run: npm run "unit tests"

0 commit comments

Comments
 (0)