-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Start ClamAV daemon clamd | ||
uses: toblux/[email protected] | ||
uses: toblux/[email protected].1 | ||
with: # Custom inputs are optional (these are the default values) | ||
unix_socket: /tmp/clamd.socket | ||
tcp_port: 3310 | ||
|
@@ -31,7 +31,7 @@ jobs: | |
runs-on: windows-latest | ||
steps: | ||
- name: Start ClamAV daemon clamd | ||
uses: toblux/[email protected] | ||
uses: toblux/[email protected].1 | ||
- name: Test the connection to clamd on TCP port 3310 | ||
run: Test-NetConnection -ComputerName localhost -Port 3310 | ||
``` |