Skip to content

Commit b774585

Browse files
committed
install Devel::NYTProf
1 parent c4ed8f0 commit b774585

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,4 @@ jobs:
4646
-w /app \
4747
-e MT_TEST_ENV_ADMIN_THEME_ID=${{ matrix.admin_theme_id }} \
4848
ghcr.io/movabletype/movabletype/test:${{ matrix.config.image }} \
49-
prove -j4 -PMySQLPool=MT::Test::Env -It/lib \
50-
addons/PerformanceProfiler.pack/t
49+
bash -c 'cpm install -g Devel::NYTProf && prove -j4 -PMySQLPool=MT::Test::Env -It/lib addons/PerformanceProfiler.pack/t'

0 commit comments

Comments
 (0)