Skip to content

Commit b292daf

Browse files
committed
Reproduce error
1 parent 0755872 commit b292daf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,12 @@ jobs:
3737
uses: ./
3838
- name: Test the connection to clamd on TCP port 3310
3939
run: Test-NetConnection -ComputerName localhost -Port 3310
40+
clamd_windows_issue_1:
41+
runs-on: windows-latest
42+
steps:
43+
- name: Check out code
44+
uses: actions/checkout@v4
45+
- name: Start ClamAV daemon
46+
uses: ./
47+
- name: Check out code again
48+
uses: actions/checkout@v4

0 commit comments

Comments
 (0)