File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 46
46
description : ' Test opcache mode'
47
47
required : false
48
48
default : ' on'
49
- build-directory :
50
- description : ' Directory to build the extension in'
51
- required : false
52
49
jobs :
53
50
get-extension-matrix :
54
51
runs-on : ubuntu-latest
@@ -86,10 +83,10 @@ jobs:
86
83
ts : ${{ matrix.ts }}
87
84
args : ${{ inputs.args }}
88
85
libs : ${{ inputs.libs }}
89
- build-directory : ${{ inputs.build-directory }}
90
86
run-tests : ${{ inputs.run-tests }}
91
87
test-runner : ${{ inputs.test-runner }}
92
88
test-opcache-mode : ${{ inputs.test-opcache-mode }}
89
+ build-directory : C:\build
93
90
94
91
artifacts :
95
92
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 40
40
description : ' Test runner to use'
41
41
required : false
42
42
default : ' run-tests.php'
43
- build-directory :
44
- description : ' Directory to build the extension in'
45
- required : false
46
43
jobs :
47
44
get-extension-matrix :
48
45
runs-on : ubuntu-latest
80
77
ts : ${{ matrix.ts }}
81
78
args : ${{ inputs.args }}
82
79
libs : ${{ inputs.libs }}
83
- build-directory : ${{ inputs.build-directory }}
84
80
run-tests : ${{ inputs.run-tests }}
85
81
test-runner : ${{ inputs.test-runner }}
82
+ build-directory : C:\build
86
83
env :
87
84
artifact-naming-scheme : pecl
88
85
You can’t perform that action at this time.
0 commit comments