Skip to content

Commit

Permalink
debug why I get permission denied on CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Aug 28, 2024
1 parent 0cf8783 commit fcb3c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
command: sudo cpanm -iqn --installdeps .
- run:
name: Make Module
command: perl Makefile.PL && make
command: ls -la && pwd && perl Makefile.PL && make
- run:
name: Run tests
# command: echo 'replace me with real tests!' && false
Expand Down

0 comments on commit fcb3c18

Please sign in to comment.