From 75dbb76de44c3490a908278dd410dc9c14c60418 Mon Sep 17 00:00:00 2001 From: brian d foy Date: Tue, 18 Jul 2023 15:16:17 -0400 Subject: [PATCH] output the version of Business::ISBN::Data --- .github/workflows/business-isbn.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/business-isbn.yaml b/.github/workflows/business-isbn.yaml index cea8c12..5a65cdc 100644 --- a/.github/workflows/business-isbn.yaml +++ b/.github/workflows/business-isbn.yaml @@ -40,9 +40,13 @@ jobs: - name: Install dependencies run: | cpanm --notest . + - name: Setup environment + run: | + echo "PERL5LIB=blib/lib" >> $GITHUB_ENV - name: Install Business::ISBN run: | perl Makefile.PL make - env PERL5LIB=lib/blib cpanm --verbose --test-only Business::ISBN + perl -MBusiness::ISBN::Data -le 'print q(Business::ISBN::Data: ), Business::ISBN::Data->VERSION' + cpanm --verbose --test-only Business::ISBN