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 83e9088 commit 7a6baa9
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,19 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install
- uses: shogo82148/actions-setup-perl@v1
with:
perl-version: 5.38

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

- 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 Mail::SPF Mail::DMARC GeoIP2 ClamAV::Client Redis Time::TAI64
- run: cpanm --installdeps -n -f .

- name: Run tests with coverage
Expand Down

0 comments on commit 7a6baa9

Please sign in to comment.