This commit is contained in:
parent
4b5f659f6d
commit
e625de7055
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ jobs:
|
||||||
run: wget http://localhost:2009/gencert.zip && unzip gencert.zip
|
run: wget http://localhost:2009/gencert.zip && unzip gencert.zip
|
||||||
- name: Kill server
|
- name: Kill server
|
||||||
if: always()
|
if: always()
|
||||||
run: pkill python3
|
run: kill %%
|
||||||
- name: Show logs
|
- name: Show logs
|
||||||
if: always()
|
if: always()
|
||||||
run: cat log.log
|
run: cat log.log
|
Loading…
Add table
Reference in a new issue