Add text to workflow
parent
2c62932a3e
commit
1459fe0be1
|
@ -43,7 +43,7 @@ jobs:
|
|||
run: |
|
||||
npm run security:check
|
||||
|
||||
#- name: Test
|
||||
# if: ${{ success() }}
|
||||
# run: |
|
||||
# npm run test:unit
|
||||
- name: Test
|
||||
if: ${{ success() }}
|
||||
run: |
|
||||
npm run test:unit
|
||||
|
|
Loading…
Reference in New Issue