diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index d7f21105..e4f626cb 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -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: