remove unit test from action
parent
5cef1df0b2
commit
6cce144ab9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue