Skip to content

Commit

Permalink
chore: fixed yml files
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Jun 12, 2022
1 parent 79942be commit c320426
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
with:
redis-version: ${{ matrix.redis-version }}
- name: Install ClamAV
run:
- sudo apt-get update -qq
- sudo apt-get install clamav-daemon clamav-freshclam clamav-unofficial-sigs -qq
- sudo service clamav-freshclam restart
- sleep 30
- sudo service clamav-daemon start
- sleep 30
- sudo service clamav-daemon status -l
run: |
sudo apt-get update -qq
sudo apt-get install clamav-daemon clamav-freshclam clamav-unofficial-sigs -qq &&
sudo service clamav-freshclam restart &&
sleep 30 &&
sudo service clamav-daemon start &&
sleep 30 &&
sudo service clamav-daemon status -l
- name: Install dependencies
run: npm install
- name: Run tests
Expand Down

0 comments on commit c320426

Please sign in to comment.