Skip to content

Commit 234648e

Browse files
committed
Add missing jitType input for test-macos action
1 parent 24d6dce commit 234648e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/test-macos/action.yml

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ inputs:
66
runTestsParameters:
77
default: ''
88
required: false
9+
jitType:
10+
default: 'disable'
11+
required: false
912
runs:
1013
using: composite
1114
steps:
@@ -17,6 +20,7 @@ runs:
1720
export TEST_PHP_JUNIT=junit.out.xml
1821
export STACK_LIMIT_DEFAULTS_CHECK=1
1922
sapi/cli/php run-tests.php -P -q ${{ inputs.runTestsParameters }} \
23+
-d opcache.jit=${{ inputs.jitType }} \
2024
-d opcache.protect_memory=1 \
2125
-d opcache.jit_buffer_size=64M \
2226
-d opcache.jit_max_root_traces=1000000 \

0 commit comments

Comments
 (0)