Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Jan 17, 2025
1 parent 640ee59 commit 0c8edbe
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,15 @@ jobs:
with:
perl-version: 5.38

- run: cpanm --installdeps -n -f .
- run: cpanm --installdeps -n -f Mail::SPF Mail::DMARC GeoIP2 ClamAV::Client Redis
- run: sudo

- name: install cpanm and multiple modules
uses: perl-actions/install-with-cpanm@v1
with:
sudo: true
install: |
Devel::Cover
sudo: true

- run: cpanm --installdeps -n -f .
- run: cpanm --installdeps -n -f Mail::SPF Mail::DMARC GeoIP2 ClamAV::Client Redis

- name: Run tests
env:
Expand Down

0 comments on commit 0c8edbe

Please sign in to comment.