Skip to content

Commit

Permalink
Fix CircleCI installing dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Aug 28, 2024
1 parent 6055330 commit 2c3d697
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
command: cpanm -iqn Test::Most Test::Needs
- run:
name: Install dependancies
command: cpanm -iqn --installdeps
command: cpanm -iqn --installdeps .
- run:
name: Make Module
command: cpanm -iqn --installdeps . && perl Makefile.PL
command: perl Makefile.PL && make
- run:
name: Run tests
# command: echo 'replace me with real tests!' && false
Expand Down
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Revision history for CGI-Info

0.08
Mark Go-http-client as a robot
Support CircleCI

0.82 Thu Aug 8 07:51:02 EDT 2024
Mark ClaudeBot as a robot
Expand Down

0 comments on commit 2c3d697

Please sign in to comment.