Skip to content

Commit

Permalink
ci: fix server build job (#9649)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn authored Jan 11, 2025
1 parent 5b92567 commit 7f27500
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
electron-install: false
extra-flags: workspaces focus @affine/server
- name: Build Server
run: yarn workspace @affine/server build
run: |
rm -rf packages/backend/server/src/__tests__
yarn workspace @affine/server build
- name: Upload server dist
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 7f27500

Please sign in to comment.