Skip to content

Commit

Permalink
apparently the tests now run as a different user on Mac OS
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Feb 24, 2021
1 parent 28c34f9 commit 29fa54d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ task:
image: catalina-xcode-12.0
test_script:
- echo|cpan App::cpanminus
- /Users/anka/perl5/bin/cpanm Probe::Perl
- /Users/anka/perl5/bin/cpanm --installdeps .
- export PERL5LIB=/Users/anka/perl5/lib/perl5
- /Users/admin/perl5/bin/cpanm Probe::Perl
- /Users/admin/perl5/bin/cpanm --installdeps .
- export PERL5LIB=/Users/admin/perl5/lib/perl5
- perl Build.PL
- ./Build
- ./Build test

0 comments on commit 29fa54d

Please sign in to comment.