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 5550e68 commit 85e0d8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
with:
perl-version: 5.38

- run: cpanm --installdeps -n -f Mail::SPF Mail::DMARC GeoIP2

- name: install Devel::Cover
uses: perl-actions/install-with-cpanm@v1
with:
Expand All @@ -22,7 +24,7 @@ jobs:
Devel::Cover
Redis
- run: cpanm --installdeps -n -f Mail::SPF Mail::DMARC GeoIP2 ClamAV::Client Redis Time::TAI64
- run: cpanm --installdeps -n -f ClamAV::Client Redis Time::TAI64
- run: cpanm --installdeps -n -f .

- name: Run tests with coverage
Expand Down

0 comments on commit 85e0d8a

Please sign in to comment.