remove unit test from action

pull/3997/head
Tuğçe Küçükoğlu 2023-05-24 12:48:44 +03:00
parent 5cef1df0b2
commit 6cce144ab9
1 changed files with 4 additions and 4 deletions

View File

@ -53,7 +53,7 @@ jobs:
run: |
npm run security:check
- name: Unit Tests Check
if: ${{ success() }}
run: |
npm run test:unit
# - name: Unit Tests Check
# if: ${{ success() }}
# run: |
# npm run test:unit