Update .forgejo/workflows/test.yml
Some checks failed
Test web app / check (push) Failing after 34s

This commit is contained in:
Nova Cat 2025-01-18 19:59:34 -08:00
parent 4b5f659f6d
commit e625de7055

View file

@ -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