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 0c8edbe commit 83e9088
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,27 @@ jobs:
with:
perl-version: 5.38

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

- run: cpanm --installdeps -n -f .
- name: install cpanm and modules
uses: perl-actions/install-with-cpanm@v1
with:
install: |
GeoIP2
Time::TAI64
Mail::DMARC
tests: false
sudo: false

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

- name: Run tests
- name: Run tests with coverage
env:
HARNESS_PERL_SWITCHES: '-MDevel::Cover=+ignore,^t/'
run: prove -lrv t
Expand Down

0 comments on commit 83e9088

Please sign in to comment.