diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index aac81930..5bb145d7 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -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