Update .forgejo/workflows/test.yml
All checks were successful
Test web app / check (push) Successful in 34s
All checks were successful
Test web app / check (push) Successful in 34s
This commit is contained in:
parent
e625de7055
commit
27b87bb31f
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ jobs:
|
|||
run: wget http://localhost:2009/gencert.zip && unzip gencert.zip
|
||||
- name: Kill server
|
||||
if: always()
|
||||
run: kill %%
|
||||
run: pkill python3
|
||||
- name: Show logs
|
||||
if: always()
|
||||
run: cat log.log
|
Loading…
Add table
Reference in a new issue