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: | run: |
npm run security:check npm run security:check
- name: Unit Tests Check # - name: Unit Tests Check
if: ${{ success() }} # if: ${{ success() }}
run: | # run: |
npm run test:unit # npm run test:unit