Skip to content

Commit ee061eb

Browse files
committed
Check log file
1 parent 58f3061 commit ee061eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
run: echo PING | nc localhost 3310
2727
- name: Ping clamd using the Unix socket
2828
run: echo PING | nc -U /tmp/clamd.socket
29+
- name: Check log file
30+
run: cat /tmp/clamd.log
2931
clamd_windows:
3032
runs-on: windows-latest
3133
steps:

0 commit comments

Comments
 (0)