chore(.github): modify taoskeeper github action workflow
This commit is contained in:
parent
1de02f9fe2
commit
b7c7930509
|
@ -54,5 +54,5 @@ jobs:
|
|||
- name: Clean up
|
||||
if: always()
|
||||
run: |
|
||||
sudo pkill taosd
|
||||
sudo pkill taosadapter
|
||||
if pgrep taosd; then sudo pkill taosd; fi
|
||||
if pgrep taosadapter; then sudo pkill taosadapter; fi
|
||||
|
|
Loading…
Reference in New Issue