Skip to content

Commit ac3107a

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.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 Devel::NYTProf && prove -j4 -PMySQLPool=MT::Test::Env -It/lib addons/PerformanceProfiler.pack/t'

0 commit comments

Comments
 (0)