Skip to content

Commit

Permalink
Disable daily database
Browse files Browse the repository at this point in the history
  • Loading branch information
toblux committed Mar 29, 2024
1 parent 021048c commit f87d7da
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
uses: actions/checkout@v4
- name: Start ClamAV daemon
uses: ./
with:
db_daily: true
- name: Ping clamd on TCP port 3310
run: echo PING | nc localhost 3310
- name: Ping clamd using the Unix socket
Expand All @@ -22,8 +20,6 @@ jobs:
uses: actions/checkout@v4
- name: Start ClamAV daemon
uses: ./
with:
db_daily: true
- name: Ping clamd on TCP port 3310
run: echo PING | nc localhost 3310
- name: Ping clamd using the Unix socket
Expand Down

0 comments on commit f87d7da

Please sign in to comment.