We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16631fd commit 0ac614bCopy full SHA for 0ac614b
.github/actions/configure-alpine/action.yml
@@ -3,6 +3,9 @@ inputs:
3
configurationParameters:
4
default: ''
5
required: false
6
+ skipSlow:
7
+ default: false
8
+ required: false
9
runs:
10
using: composite
11
steps:
.github/actions/test-alpine/action.yml
@@ -1,8 +1,5 @@
1
name: Test
2
inputs:
- testArtifacts:
- default: null
- required: false
runTestsParameters:
.github/workflows/push.yml
@@ -248,7 +248,6 @@ jobs:
248
- name: Test Tracing JIT
249
uses: ./.github/actions/test-alpine
250
with:
251
- testArtifacts: ${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}${{ matrix.asan && '_ASAN' || '' }}_Tracing JIT
252
jitType: tracing
253
runTestsParameters: >-
254
-d zend_extension=opcache.so
0 commit comments