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 abd4b13 commit 7430e86Copy full SHA for 7430e86
.github/workflows/extension.yml
@@ -34,6 +34,12 @@ on:
34
description: 'Test runner to use'
35
required: false
36
default: 'run-tests.php'
37
+ test-opcache-mode:
38
+ type: choice
39
+ options: ['on', 'off', 'both']
40
+ description: 'Test opcache mode'
41
+ required: false
42
+ default: 'on'
43
build-directory:
44
description: 'Directory to build the extension in'
45
@@ -77,6 +83,7 @@ jobs:
77
83
build-directory: ${{ inputs.build-directory }}
78
84
run-tests: ${{ inputs.run-tests }}
79
85
test-runner: ${{ inputs.test-runner }}
86
+ test-opcache-mode: ${{ inputs.test-opcache-mode }}
80
87
81
88
artifacts:
82
89
runs-on: ubuntu-latest
0 commit comments