Skip to content

Commit 593c918

Browse files
Update test.yml
1 parent 5fd26f9 commit 593c918

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
run: |
4141
cat log.txt || true
4242
43-
- name: Mostrar log final do servidor
44-
run: cat log.txt || true
43+
- name: Rodar webui e salvar log
44+
run: |
45+
python webui.py > log.txt 2>&1
4546

0 commit comments

Comments
 (0)