Skip to content

Commit 2ad00c2

Browse files
Show log
1 parent efc5ba6 commit 2ad00c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/testing.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,4 +204,6 @@ jobs:
204204
- name: Stop test Tarantool
205205
if: ${{ always() }}
206206
shell: wsl-bash_Ubuntu-20.04 {0}
207-
run: kill $(cat tnt_pid) || true
207+
run: |
208+
cat tarantool.log || true
209+
kill $(cat tnt_pid) || true

0 commit comments

Comments
 (0)