We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ed8f0 commit ac3107aCopy full SHA for ac3107a
.github/workflows/test.yml
@@ -46,5 +46,4 @@ jobs:
46
-w /app \
47
-e MT_TEST_ENV_ADMIN_THEME_ID=${{ matrix.admin_theme_id }} \
48
ghcr.io/movabletype/movabletype/test:${{ matrix.config.image }} \
49
- prove -j4 -PMySQLPool=MT::Test::Env -It/lib \
50
- addons/PerformanceProfiler.pack/t
+ bash -c 'cpm install Devel::NYTProf && prove -j4 -PMySQLPool=MT::Test::Env -It/lib addons/PerformanceProfiler.pack/t'
0 commit comments