Skip to content

Commit 0cb6984

Browse files
committed
Simplify env for testing
1 parent a63cee3 commit 0cb6984

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/environments/unit-tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ startup_info: 1
2525
grepcpan:
2626
nocache: 0
2727
maxworkers: 2
28-
gitrepo: '~APPDIR~/../metacpan-cpan-extracted-lite'
29-
# binaries:
30-
# git: '/usr/local/cpanel/3rdparty/bin/git'
28+
gitrepo: '/metacpan-cpan-extracted-lite'
3129
cache:
32-
directory: 'APPDIR~/../../tmp'
30+
directory: '/tmp'

0 commit comments

Comments
 (0)