Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/build_test.image.service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
npm ci --force
npm install --os=linux --cpu=x64 sharp
npm link ../../../service
rm -rf node_modules/mongoose
npm test

package:
Expand Down Expand Up @@ -68,6 +69,7 @@ jobs:
npm ci --force
npm install --os=linux --cpu=x64 sharp
npm link ../../../service
rm -rf node_modules/mongoose
npm run build
- name: pack
run: npm pack ./plugins/image/service
Expand Down
Loading