Skip to content

Commit

Permalink
Reproduce error
Browse files Browse the repository at this point in the history
  • Loading branch information
toblux committed Apr 4, 2024
1 parent 0755872 commit 31e284f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,10 @@ jobs:
uses: ./
- name: Test the connection to clamd on TCP port 3310
run: Test-NetConnection -ComputerName localhost -Port 3310
clamd_windows_issue_1:
runs-on: windows-latest
steps:
- name: Start ClamAV daemon
uses: ./
- name: Check out code
uses: actions/checkout@v4

0 comments on commit 31e284f

Please sign in to comment.