Skip to content

Commit

Permalink
Changed ghithub actions deploy file to include client module unit and…
Browse files Browse the repository at this point in the history
… integration tests
  • Loading branch information
AnderGI committed Feb 16, 2025
1 parent 42d4af9 commit bffea22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
run: npm run rabbitmq:consume &
- name: Build process
run: npm run build
- name: Backoffice client context unit tests
run: npm run test:backoffice:backend:client:unit
- name: Backoffice client context integration tests
run: npm run test:backoffice:backend:client:integration
- name: Stop docker container
if: always()
run: docker compose down

0 comments on commit bffea22

Please sign in to comment.