Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 18f9536
Author: brian d foy <brian.d.foy@gmail.com>
Date:   Wed Jun 2 22:00:35 2021 -0400

    Play with env syntax
  • Loading branch information
briandfoy committed Jun 3, 2021
1 parent d084ab4 commit 0930ec5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Expand Up @@ -80,12 +80,12 @@ jobs:
perl Makefile.PL
make disttest
- name: Setup coverage tests
if: $PERL_VERSION != 'v5.8'
if: env.PERL_VERSION != 'v5.8'
run: |
cpan -M https://www.cpan.org -T Devel::Cover Devel::Cover::Report::Coveralls
- name: Run coverage tests
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: $PERL_VERSION != 'v5.8'
if: env.PERL_VERSION != 'v5.8'
run: |
cover -test -report coveralls

0 comments on commit 0930ec5

Please sign in to comment.