Skip to content

Commit

Permalink
add build step
Browse files Browse the repository at this point in the history
  • Loading branch information
Weiko committed Mar 22, 2024
1 parent fc95b3e commit a42490f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,7 @@ jobs:
run: yarn nx lint twenty-server
- name: Server / Run jest tests
run: yarn nx test twenty-server
- name: Server / Build
run: yarn nx build twenty-server
- name: Worker / Run
run: MESSAGE_QUEUE_TYPE=sync yarn nx queue:work twenty-server

0 comments on commit a42490f

Please sign in to comment.