Update .forgejo/workflows/test.yml
All checks were successful
Test web app / check (push) Successful in 37s
All checks were successful
Test web app / check (push) Successful in 37s
This commit is contained in:
parent
4149688554
commit
cbe94c01a3
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ jobs:
|
||||||
run: wget http://localhost:1234/gencert.zip && unzip gencert.zip
|
run: wget http://localhost:1234/gencert.zip && unzip gencert.zip
|
||||||
- name: Kill server
|
- name: Kill server
|
||||||
if: always()
|
if: always()
|
||||||
run: pkill python3
|
run: pkill hypercorn
|
||||||
- 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