Merge remote-tracking branch 'origin/main' into Complete-modular-monolith-tests

This commit is contained in:
AyobKafrashian 2025-05-16 21:58:30 +03:30
commit 93850aaf2f

View File

@ -55,11 +55,11 @@ runs:
if: success() if: success()
run: npm install run: npm install
- name: Format Service # - name: Format Service
shell: bash # shell: bash
if: ${{ success()}} # if: ${{ success()}}
run: | # run: |
npm run ci-format # npm run ci-format
- name: Build Service - name: Build Service
shell: bash shell: bash