Skip to content

Commit 1f99cfc

Browse files
committed
test
1 parent 91add99 commit 1f99cfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_test.nga-msi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
cd plugins/nga-msi
4141
npm ci
42-
npm link ../../../service
42+
npm link ../../service
4343
npm test
4444
4545
package:
@@ -65,7 +65,7 @@ jobs:
6565
run: |
6666
cd plugins/nga-msi
6767
npm ci
68-
npm link ../../../service
68+
npm link ../../service
6969
npm run build
7070
- name: pack
7171
run: npm pack ./plugins/nga-msi

0 commit comments

Comments
 (0)